Html Css Color HEX #962DAD Dark Orchid

📋 copy color: '#962DAD'

red 150 ◦ green 45 ◦ blue 173

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

Shades of Dark Orchid #962DAD

Tints of Dark Orchid #962DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.23%

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 40.76%
G = 12.23%
B = 47.01%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#962DAD (or 0x962DAD) is known color: Dark Orchid. HEX triplet: 96, 2D and AD. RGB value is (150,45,173). Sum of RGB (Red+Green+Blue) = 150+45+173=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #962DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962DAD is #69D252. Grayscale: #5A5A5A. Windows color (decimal): -6935123 or 11349398. OLE color: 11349398.

HSL color Cylindrical-coordinate representation of color #962DAD: hue angle of 289.22º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962DAD is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 45 173 -
CMYK 0.13 0.74 0 0.32
HSL 289.22º 0.59% 0.43% -
HSV(B) 289.22º 0.74% 0.68% -
XYZ 21.06 11.38 40.62 -
YUV 90.99 174.29 170.09 -
System Red Green Blue C M Y K H S L
Decimal 150 45 173 0.13 0.74 0 0.32 289.22 0.59 0.43
Hex 96 2D AD D 4A 0 20 121 3B 2B
Octal 226 55 255 15 112 0 40 441 73 53
Binary 10010110 101101 10101101 1101 1001010 0 100000 100100001 111011 101011

Color Harmonies of #962DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962DAD

Black with #962DAD

Text Example


Text Example

White with #962DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962DAD; }

 p { color: rgb(150,45,173); }

 H1.HeaderClassName
 {
   color: #962DAD;
 }
 .AnyTagClassName
 {
   color: #962DAD;
 }
</style>

background-color css

<style>
 a { background-color: #962DAD; }

 a { background-color: rgb(150,45,173); }

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

border-color css

<style>
 span { border-color: #962DAD; }

 span { border-color: rgb(150,45,173); }

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