Html Css Color HEX #961E6A Dark Purple

📋 copy color: '#961E6A'

red 150 ◦ green 30 ◦ blue 106

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

Shades of Dark Purple #961E6A

Tints of Dark Purple #961E6A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.49%

 BLUE value IS 106 (41.8% from 255) = 37.06%

R = 52.45%
G = 10.49%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#961E6A (or 0x961E6A) is known color: Dark Purple. HEX triplet: 96, 1E and 6A. RGB value is (150,30,106). Sum of RGB (Red+Green+Blue) = 150+30+106=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #961E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961E6A is #69E195. Grayscale: #4A4A4A. Windows color (decimal): -6939030 or 6954646. OLE color: 6954646.

HSL color Cylindrical-coordinate representation of color #961E6A: hue angle of 322º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #961E6A is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 30 106 -
CMYK 0 0.80 0.29 0.41
HSL 322º 0.67% 0.35% -
HSV(B) 322º 0.8% 0.59% -
XYZ 15.64 8.45 14.44 -
YUV 74.54 145.76 181.82 -
System Red Green Blue C M Y K H S L
Decimal 150 30 106 0 0.80 0.29 0.41 322 0.67 0.35
Hex 96 1E 6A 0 50 1D 29 142 43 23
Octal 226 36 152 0 120 35 51 502 103 43
Binary 10010110 11110 1101010 0 1010000 11101 101001 101000010 1000011 100011

Color Harmonies of #961E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961E6A

Black with #961E6A

Text Example


Text Example

White with #961E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961E6A; }

 p { color: rgb(150,30,106); }

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

background-color css

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

 a { background-color: rgb(150,30,106); }

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

border-color css

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

 span { border-color: rgb(150,30,106); }

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