Html Css Color HEX #962A85 Dark Purple

📋 copy color: '#962A85'

red 150 ◦ green 42 ◦ blue 133

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

Shades of Dark Purple #962A85

Tints of Dark Purple #962A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.92%

R = 46.15%
G = 12.92%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#962A85 (or 0x962A85) is known color: Dark Purple. HEX triplet: 96, 2A and 85. RGB value is (150,42,133). Sum of RGB (Red+Green+Blue) = 150+42+133=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #962A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962A85 is #69D57A. Grayscale: #545454. Windows color (decimal): -6935931 or 8727190. OLE color: 8727190.

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

Color convert

RGB 150 42 133 -
CMYK 0 0.72 0.11 0.41
HSL 309.44º 0.56% 0.38% -
HSV(B) 309.44º 0.72% 0.59% -
XYZ 17.64 9.83 23.16 -
YUV 84.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 150 42 133 0 0.72 0.11 0.41 309.44 0.56 0.38
Hex 96 2A 85 0 48 B 29 135 38 26
Octal 226 52 205 0 110 13 51 465 70 46
Binary 10010110 101010 10000101 0 1001000 1011 101001 100110101 111000 100110

Color Harmonies of #962A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962A85

Black with #962A85

Text Example


Text Example

White with #962A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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