Html Css Color HEX #962A6C Dark Purple

📋 copy color: '#962A6C'

red 150 ◦ green 42 ◦ blue 108

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

Shades of Dark Purple #962A6C

Tints of Dark Purple #962A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36%

R = 50%
G = 14%
B = 36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#962A6C (or 0x962A6C) is known color: Dark Purple. HEX triplet: 96, 2A and 6C. RGB value is (150,42,108). Sum of RGB (Red+Green+Blue) = 150+42+108=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #962A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962A6C is #69D593. Grayscale: #515151. Windows color (decimal): -6935956 or 7088790. OLE color: 7088790.

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

Color convert

RGB 150 42 108 -
CMYK 0 0.72 0.28 0.41
HSL 323.33º 0.56% 0.38% -
HSV(B) 323.33º 0.72% 0.59% -
XYZ 16.11 9.22 15.12 -
YUV 81.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 150 42 108 0 0.72 0.28 0.41 323.33 0.56 0.38
Hex 96 2A 6C 0 48 1C 29 143 38 26
Octal 226 52 154 0 110 34 51 503 70 46
Binary 10010110 101010 1101100 0 1001000 11100 101001 101000011 111000 100110

Color Harmonies of #962A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962A6C

Black with #962A6C

Text Example


Text Example

White with #962A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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