Html Css Color HEX #9647CE Dark Orchid

📋 copy color: '#9647CE'

red 150 ◦ green 71 ◦ blue 206

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

Shades of Dark Orchid #9647CE

Tints of Dark Orchid #9647CE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.63%

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 35.13%
G = 16.63%
B = 48.24%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9647CE (or 0x9647CE) is known color: Dark Orchid. HEX triplet: 96, 47 and CE. RGB value is (150,71,206). Sum of RGB (Red+Green+Blue) = 150+71+206=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #9647CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9647CE is #69B831. Grayscale: #6D6D6D. Windows color (decimal): -6928434 or 13518742. OLE color: 13518742.

HSL color Cylindrical-coordinate representation of color #9647CE: hue angle of 275.11º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9647CE is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 71 206 -
CMYK 0.27 0.66 0 0.19
HSL 275.11º 0.58% 0.54% -
HSV(B) 275.11º 0.66% 0.81% -
XYZ 25.97 15.45 60.01 -
YUV 110.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 150 71 206 0.27 0.66 0 0.19 275.11 0.58 0.54
Hex 96 47 CE 1B 42 0 13 113 3A 36
Octal 226 107 316 33 102 0 23 423 72 66
Binary 10010110 1000111 11001110 11011 1000010 0 10011 100010011 111010 110110

Color Harmonies of #9647CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9647CE

Black with #9647CE

Text Example


Text Example

White with #9647CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9647CE; }

 p { color: rgb(150,71,206); }

 H1.HeaderClassName
 {
   color: #9647CE;
 }
 .AnyTagClassName
 {
   color: #9647CE;
 }
</style>

background-color css

<style>
 a { background-color: #9647CE; }

 a { background-color: rgb(150,71,206); }

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

border-color css

<style>
 span { border-color: #9647CE; }

 span { border-color: rgb(150,71,206); }

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