Html Css Color HEX #9642C9 Dark Orchid

📋 copy color: '#9642C9'

red 150 ◦ green 66 ◦ blue 201

#9642C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9642C9

Tints of Dark Orchid #9642C9

RGB

 RED value IS 150 (58.98% from 255) = 35.97%

 GREEN value IS 66 (26.17% from 255) = 15.83%

 BLUE value IS 201 (78.91% from 255) = 48.2%

R = 35.97%
G = 15.83%
B = 48.2%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9642C9 (or 0x9642C9) is known color: Dark Orchid. HEX triplet: 96, 42 and C9. RGB value is (150,66,201). Sum of RGB (Red+Green+Blue) = 150+66+201=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #9642C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9642C9 is #69BD36. Grayscale: #6A6A6A. Windows color (decimal): -6929719 or 13189782. OLE color: 13189782.

HSL color Cylindrical-coordinate representation of color #9642C9: hue angle of 277.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9642C9 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 66 201 -
CMYK 0.25 0.67 0 0.21
HSL 277.33º 0.56% 0.52% -
HSV(B) 277.33º 0.67% 0.79% -
XYZ 25.07 14.6 56.75 -
YUV 106.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 150 66 201 0.25 0.67 0 0.21 277.33 0.56 0.52
Hex 96 42 C9 19 43 0 15 115 38 34
Octal 226 102 311 31 103 0 25 425 70 64
Binary 10010110 1000010 11001001 11001 1000011 0 10101 100010101 111000 110100

Color Harmonies of #9642C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9642C9

Black with #9642C9

Text Example


Text Example

White with #9642C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9642C9; }

 p { color: rgb(150,66,201); }

 H1.HeaderClassName
 {
   color: #9642C9;
 }
 .AnyTagClassName
 {
   color: #9642C9;
 }
</style>

background-color css

<style>
 a { background-color: #9642C9; }

 a { background-color: rgb(150,66,201); }

 div.DivClassName
 {
   background-color: #9642C9;
 }
 .BgClassName
 {
   background-color: #9642C9;
 }
</style>

border-color css

<style>
 span { border-color: #9642C9; }

 span { border-color: rgb(150,66,201); }

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