#9634CB

Color #9634CB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9634CB

Tints of Dark Orchid #9634CB

Color information

#9634CB (or 0x9634CB) is unknown color: approx Dark Orchid. HEX triplet: 96, 34 and CB. RGB value is (150,52,203). Sum of RGB (Red+Green+Blue) = 150+52+203=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #9634CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9634CB is #69CB34. Grayscale: #626262. Windows color (decimal): -6933301 or 13317270. OLE color: 13317270.

HSL color Cylindrical-coordinate representation of color #9634CB: hue angle of 278.94º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9634CB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15052203-
CMYK0.260.7400.20
HSL278.94º59.22%50%-
HSV(B)278.94º74.38%79.61%-
XYZ24.5913.2557.76-
YUV98.52186.97164.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 52 (20.70% from 255) = 12.84%
BLUE value IS 203 (79.69% from 255) = 50.12%
R=37.04%
G=12.84%
B=50.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150522030.260.7400.20278.9459.2250
Hex9634CB1A4A0141173b32
Octal22664313321120244277362
Binary1001011011010011001011110101001010010100100010111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9634CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9634CB; }

 p { color: rgb(150,52,203); }

 H1.HeaderClassName
 {
   color: #9634CB;
 }
 .AnyTagClassName
 {
   color: #9634CB;
 }
</style>
background-color css

<style>
 a { background-color: #9634CB; }

 a { background-color: rgb(150,52,203); }

 div.DivClassName
 {
   background-color: #9634CB;
 }
 .BgClassName
 {
   background-color: #9634CB;
 }
</style>
border-color css

<style>
 span { border-color: #9634CB; }

 span { border-color: rgb(150,52,203); }

 td.TdClassName
 {
   border-color: #9634CB;
 }
 .TagClassName
 {
   border-color: #9634CB;
 }
</style>