Html Css Color HEX #9647CB Dark Orchid

📋 copy color: '#9647CB'

red 150 ◦ green 71 ◦ blue 203

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

Shades of Dark Orchid #9647CB

Tints of Dark Orchid #9647CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 35.38%
G = 16.75%
B = 47.88%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9647CB (or 0x9647CB) is known color: Dark Orchid. HEX triplet: 96, 47 and CB. RGB value is (150,71,203). Sum of RGB (Red+Green+Blue) = 150+71+203=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #9647CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9647CB is #69B834. Grayscale: #6D6D6D. Windows color (decimal): -6928437 or 13322134. OLE color: 13322134.

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

Color convert

RGB 150 71 203 -
CMYK 0.26 0.65 0 0.20
HSL 275.91º 0.56% 0.54% -
HSV(B) 275.91º 0.65% 0.8% -
XYZ 25.61 15.3 58.1 -
YUV 109.67 180.67 156.77 -
System Red Green Blue C M Y K H S L
Decimal 150 71 203 0.26 0.65 0 0.20 275.91 0.56 0.54
Hex 96 47 CB 1A 41 0 14 114 38 36
Octal 226 107 313 32 101 0 24 424 70 66
Binary 10010110 1000111 11001011 11010 1000001 0 10100 100010100 111000 110110

Color Harmonies of #9647CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9647CB

Black with #9647CB

Text Example


Text Example

White with #9647CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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