Html Css Color HEX #961E7B Dark Purple

📋 copy color: '#961E7B'

red 150 ◦ green 30 ◦ blue 123

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

Shades of Dark Purple #961E7B

Tints of Dark Purple #961E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.59%

R = 49.5%
G = 9.9%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#961E7B (or 0x961E7B) is known color: Dark Purple. HEX triplet: 96, 1E and 7B. RGB value is (150,30,123). Sum of RGB (Red+Green+Blue) = 150+30+123=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #961E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961E7B is #69E184. Grayscale: #4C4C4C. Windows color (decimal): -6939013 or 8068758. OLE color: 8068758.

HSL color Cylindrical-coordinate representation of color #961E7B: hue angle of 313.5º 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 #961E7B is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 30 123 -
CMYK 0 0.80 0.18 0.41
HSL 313.5º 0.67% 0.35% -
HSV(B) 313.5º 0.8% 0.59% -
XYZ 16.62 8.84 19.57 -
YUV 76.48 154.26 180.44 -
System Red Green Blue C M Y K H S L
Decimal 150 30 123 0 0.80 0.18 0.41 313.5 0.67 0.35
Hex 96 1E 7B 0 50 12 29 13A 43 23
Octal 226 36 173 0 120 22 51 472 103 43
Binary 10010110 11110 1111011 0 1010000 10010 101001 100111010 1000011 100011

Color Harmonies of #961E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961E7B

Black with #961E7B

Text Example


Text Example

White with #961E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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