Html Css Color HEX #962A8A Dark Purple

📋 copy color: '#962A8A'

red 150 ◦ green 42 ◦ blue 138

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

Shades of Dark Purple #962A8A

Tints of Dark Purple #962A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.82%

R = 45.45%
G = 12.73%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#962A8A (or 0x962A8A) is known color: Dark Purple. HEX triplet: 96, 2A and 8A. RGB value is (150,42,138). Sum of RGB (Red+Green+Blue) = 150+42+138=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #962A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962A8A is #69D575. Grayscale: #545454. Windows color (decimal): -6935926 or 9054870. OLE color: 9054870.

HSL color Cylindrical-coordinate representation of color #962A8A: hue angle of 306.67º 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 #962A8A is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 42 138 -
CMYK 0 0.72 0.08 0.41
HSL 306.67º 0.56% 0.38% -
HSV(B) 306.67º 0.72% 0.59% -
XYZ 17.99 9.97 25.02 -
YUV 85.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 150 42 138 0 0.72 0.08 0.41 306.67 0.56 0.38
Hex 96 2A 8A 0 48 8 29 133 38 26
Octal 226 52 212 0 110 10 51 463 70 46
Binary 10010110 101010 10001010 0 1001000 1000 101001 100110011 111000 100110

Color Harmonies of #962A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962A8A

Black with #962A8A

Text Example


Text Example

White with #962A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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