Html Css Color HEX #9647D0 Dark Orchid

📋 copy color: '#9647D0'

red 150 ◦ green 71 ◦ blue 208

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

Shades of Dark Orchid #9647D0

Tints of Dark Orchid #9647D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.48%

R = 34.97%
G = 16.55%
B = 48.48%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9647D0 (or 0x9647D0) is known color: Dark Orchid. HEX triplet: 96, 47 and D0. RGB value is (150,71,208). Sum of RGB (Red+Green+Blue) = 150+71+208=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #9647D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9647D0 is #69B82F. Grayscale: #6D6D6D. Windows color (decimal): -6928432 or 13649814. OLE color: 13649814.

HSL color Cylindrical-coordinate representation of color #9647D0: hue angle of 274.6º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9647D0 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 71 208 -
CMYK 0.28 0.66 0 0.18
HSL 274.6º 0.59% 0.55% -
HSV(B) 274.6º 0.66% 0.82% -
XYZ 26.22 15.54 61.29 -
YUV 110.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 150 71 208 0.28 0.66 0 0.18 274.6 0.59 0.55
Hex 96 47 D0 1C 42 0 12 113 3B 37
Octal 226 107 320 34 102 0 22 423 73 67
Binary 10010110 1000111 11010000 11100 1000010 0 10010 100010011 111011 110111

Color Harmonies of #9647D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9647D0

Black with #9647D0

Text Example


Text Example

White with #9647D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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