Html Css Color HEX #962169 Dark Purple

📋 copy color: '#962169'

red 150 ◦ green 33 ◦ blue 105

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

Shades of Dark Purple #962169

Tints of Dark Purple #962169

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.46%

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 52.08%
G = 11.46%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#962169 (or 0x962169) is known color: Dark Purple. HEX triplet: 96, 21 and 69. RGB value is (150,33,105). Sum of RGB (Red+Green+Blue) = 150+33+105=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #962169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962169 is #69DE96. Grayscale: #4C4C4C. Windows color (decimal): -6938263 or 6889878. OLE color: 6889878.

HSL color Cylindrical-coordinate representation of color #962169: hue angle of 323.08º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962169 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 105 -
CMYK 0 0.78 0.30 0.41
HSL 323.08º 0.64% 0.36% -
HSV(B) 323.08º 0.78% 0.59% -
XYZ 15.67 8.59 14.2 -
YUV 76.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 150 33 105 0 0.78 0.30 0.41 323.08 0.64 0.36
Hex 96 21 69 0 4E 1E 29 143 40 24
Octal 226 41 151 0 116 36 51 503 100 44
Binary 10010110 100001 1101001 0 1001110 11110 101001 101000011 1000000 100100

Color Harmonies of #962169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962169

Black with #962169

Text Example


Text Example

White with #962169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962169; }

 p { color: rgb(150,33,105); }

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

background-color css

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

 a { background-color: rgb(150,33,105); }

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

border-color css

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

 span { border-color: rgb(150,33,105); }

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