Html Css Color HEX #9646DC Dark Orchid

📋 copy color: '#9646DC'

red 150 ◦ green 70 ◦ blue 220

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

Shades of Dark Orchid #9646DC

Tints of Dark Orchid #9646DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.91%

 BLUE value IS 220 (86.33% from 255) = 50%

R = 34.09%
G = 15.91%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9646DC (or 0x9646DC) is known color: Dark Orchid. HEX triplet: 96, 46 and DC. RGB value is (150,70,220). Sum of RGB (Red+Green+Blue) = 150+70+220=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #9646DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9646DC is #69B923. Grayscale: #6E6E6E. Windows color (decimal): -6928676 or 14435990. OLE color: 14435990.

HSL color Cylindrical-coordinate representation of color #9646DC: hue angle of 272º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9646DC is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 70 220 -
CMYK 0.32 0.68 0 0.14
HSL 272º 0.68% 0.57% -
HSV(B) 272º 0.68% 0.86% -
XYZ 27.69 16.03 69.35 -
YUV 111.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 150 70 220 0.32 0.68 0 0.14 272 0.68 0.57
Hex 96 46 DC 20 44 0 E 110 44 39
Octal 226 106 334 40 104 0 16 420 104 71
Binary 10010110 1000110 11011100 100000 1000100 0 1110 100010000 1000100 111001

Color Harmonies of #9646DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9646DC

Black with #9646DC

Text Example


Text Example

White with #9646DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9646DC; }

 p { color: rgb(150,70,220); }

 H1.HeaderClassName
 {
   color: #9646DC;
 }
 .AnyTagClassName
 {
   color: #9646DC;
 }
</style>

background-color css

<style>
 a { background-color: #9646DC; }

 a { background-color: rgb(150,70,220); }

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

border-color css

<style>
 span { border-color: #9646DC; }

 span { border-color: rgb(150,70,220); }

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