Html Css Color HEX #960F7F Dark Purple

📋 copy color: '#960F7F'

red 150 ◦ green 15 ◦ blue 127

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

Shades of Dark Purple #960F7F

Tints of Dark Purple #960F7F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.14%

 BLUE value IS 127 (50% from 255) = 43.49%

R = 51.37%
G = 5.14%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#960F7F (or 0x960F7F) is known color: Dark Purple. HEX triplet: 96, 0F and 7F. RGB value is (150,15,127). Sum of RGB (Red+Green+Blue) = 150+15+127=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #960F7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960F7F is #69F080. Grayscale: #434343. Windows color (decimal): -6942849 or 8327062. OLE color: 8327062.

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

Color convert

RGB 150 15 127 -
CMYK 0 0.9 0.15 0.41
HSL 310.22º 0.82% 0.32% -
HSV(B) 310.22º 0.9% 0.59% -
XYZ 16.58 8.36 20.82 -
YUV 68.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 150 15 127 0 0.9 0.15 0.41 310.22 0.82 0.32
Hex 96 F 7F 0 5A F 29 136 52 20
Octal 226 17 177 0 132 17 51 466 122 40
Binary 10010110 1111 1111111 0 1011010 1111 101001 100110110 1010010 100000

Color Harmonies of #960F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960F7F

Black with #960F7F

Text Example


Text Example

White with #960F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,15,127); }

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

background-color css

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

 a { background-color: rgb(150,15,127); }

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

border-color css

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

 span { border-color: rgb(150,15,127); }

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