Html Css Color HEX #962A8E Dark Purple

📋 copy color: '#962A8E'

red 150 ◦ green 42 ◦ blue 142

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

Shades of Dark Purple #962A8E

Tints of Dark Purple #962A8E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.57%

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 44.91%
G = 12.57%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#962A8E (or 0x962A8E) is known color: Dark Purple. HEX triplet: 96, 2A and 8E. RGB value is (150,42,142). Sum of RGB (Red+Green+Blue) = 150+42+142=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #962A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962A8E is #69D571. Grayscale: #555555. Windows color (decimal): -6935922 or 9317014. OLE color: 9317014.

HSL color Cylindrical-coordinate representation of color #962A8E: hue angle of 304.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #962A8E is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 42 142 -
CMYK 0 0.72 0.05 0.41
HSL 304.44º 0.56% 0.38% -
HSV(B) 304.44º 0.72% 0.59% -
XYZ 18.29 10.09 26.58 -
YUV 85.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 150 42 142 0 0.72 0.05 0.41 304.44 0.56 0.38
Hex 96 2A 8E 0 48 5 29 130 38 26
Octal 226 52 216 0 110 5 51 460 70 46
Binary 10010110 101010 10001110 0 1001000 101 101001 100110000 111000 100110

Color Harmonies of #962A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962A8E

Black with #962A8E

Text Example


Text Example

White with #962A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,42,142); }

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

background-color css

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

 a { background-color: rgb(150,42,142); }

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

border-color css

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

 span { border-color: rgb(150,42,142); }

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