Html Css Color HEX #960D7B Dark Purple

📋 copy color: '#960D7B'

red 150 ◦ green 13 ◦ blue 123

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

Shades of Dark Purple #960D7B

Tints of Dark Purple #960D7B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

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

R = 52.45%
G = 4.55%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#960D7B (or 0x960D7B) is known color: Dark Purple. HEX triplet: 96, 0D and 7B. RGB value is (150,13,123). Sum of RGB (Red+Green+Blue) = 150+13+123=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #960D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960D7B is #69F284. Grayscale: #424242. Windows color (decimal): -6943365 or 8064406. OLE color: 8064406.

HSL color Cylindrical-coordinate representation of color #960D7B: hue angle of 311.82º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960D7B is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 13 123 -
CMYK 0 0.91 0.18 0.41
HSL 311.82º 0.84% 0.32% -
HSV(B) 311.82º 0.91% 0.59% -
XYZ 16.3 8.2 19.46 -
YUV 66.5 159.89 187.56 -
System Red Green Blue C M Y K H S L
Decimal 150 13 123 0 0.91 0.18 0.41 311.82 0.84 0.32
Hex 96 D 7B 0 5B 12 29 138 54 20
Octal 226 15 173 0 133 22 51 470 124 40
Binary 10010110 1101 1111011 0 1011011 10010 101001 100111000 1010100 100000

Color Harmonies of #960D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960D7B

Black with #960D7B

Text Example


Text Example

White with #960D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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