Html Css Color HEX #962DB5 Dark Orchid

📋 copy color: '#962DB5'

red 150 ◦ green 45 ◦ blue 181

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

Shades of Dark Orchid #962DB5

Tints of Dark Orchid #962DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.14%

R = 39.89%
G = 11.97%
B = 48.14%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#962DB5 (or 0x962DB5) is known color: Dark Orchid. HEX triplet: 96, 2D and B5. RGB value is (150,45,181). Sum of RGB (Red+Green+Blue) = 150+45+181=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #962DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DB5 is #69D24A. Grayscale: #5B5B5B. Windows color (decimal): -6935115 or 11873686. OLE color: 11873686.

HSL color Cylindrical-coordinate representation of color #962DB5: hue angle of 286.32º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962DB5 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 45 181 -
CMYK 0.17 0.75 0 0.29
HSL 286.32º 0.6% 0.44% -
HSV(B) 286.32º 0.75% 0.71% -
XYZ 21.86 11.7 44.82 -
YUV 91.9 178.29 169.44 -
System Red Green Blue C M Y K H S L
Decimal 150 45 181 0.17 0.75 0 0.29 286.32 0.6 0.44
Hex 96 2D B5 11 4B 0 1D 11E 3C 2C
Octal 226 55 265 21 113 0 35 436 74 54
Binary 10010110 101101 10110101 10001 1001011 0 11101 100011110 111100 101100

Color Harmonies of #962DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962DB5

Black with #962DB5

Text Example


Text Example

White with #962DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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