Html Css Color HEX #9647DE Dark Orchid

📋 copy color: '#9647DE'

red 150 ◦ green 71 ◦ blue 222

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

Shades of Dark Orchid #9647DE

Tints of Dark Orchid #9647DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 33.86%
G = 16.03%
B = 50.11%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9647DE (or 0x9647DE) is known color: Dark Orchid. HEX triplet: 96, 47 and DE. RGB value is (150,71,222). Sum of RGB (Red+Green+Blue) = 150+71+222=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #9647DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9647DE is #69B821. Grayscale: #6F6F6F. Windows color (decimal): -6928418 or 14567318. OLE color: 14567318.

HSL color Cylindrical-coordinate representation of color #9647DE: hue angle of 271.39º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9647DE is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 71 222 -
CMYK 0.32 0.68 0 0.13
HSL 271.39º 0.7% 0.57% -
HSV(B) 271.39º 0.68% 0.87% -
XYZ 28.02 16.26 70.77 -
YUV 111.84 190.17 155.22 -
System Red Green Blue C M Y K H S L
Decimal 150 71 222 0.32 0.68 0 0.13 271.39 0.7 0.57
Hex 96 47 DE 20 44 0 D 10F 46 39
Octal 226 107 336 40 104 0 15 417 106 71
Binary 10010110 1000111 11011110 100000 1000100 0 1101 100001111 1000110 111001

Color Harmonies of #9647DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9647DE

Black with #9647DE

Text Example


Text Example

White with #9647DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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