Html Css Color HEX #960ABF Dark Violet

📋 copy color: '#960ABF'

red 150 ◦ green 10 ◦ blue 191

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

Shades of Dark Violet #960ABF

Tints of Dark Violet #960ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.85%

 BLUE value IS 191 (75% from 255) = 54.42%

R = 42.74%
G = 2.85%
B = 54.42%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#960ABF (or 0x960ABF) is known color: Dark Violet. HEX triplet: 96, 0A and BF. RGB value is (150,10,191). Sum of RGB (Red+Green+Blue) = 150+10+191=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #960ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ABF is #69F540. Grayscale: #474747. Windows color (decimal): -6944065 or 12520086. OLE color: 12520086.

HSL color Cylindrical-coordinate representation of color #960ABF: hue angle of 286.41º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960ABF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 10 191 -
CMYK 0.21 0.95 0 0.25
HSL 286.41º 0.9% 0.39% -
HSV(B) 286.41º 0.95% 0.75% -
XYZ 22.09 10.46 50.15 -
YUV 72.49 194.88 183.28 -
System Red Green Blue C M Y K H S L
Decimal 150 10 191 0.21 0.95 0 0.25 286.41 0.9 0.39
Hex 96 A BF 15 5F 0 19 11E 5A 27
Octal 226 12 277 25 137 0 31 436 132 47
Binary 10010110 1010 10111111 10101 1011111 0 11001 100011110 1011010 100111

Color Harmonies of #960ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960ABF

Black with #960ABF

Text Example


Text Example

White with #960ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,10,191); }

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

background-color css

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

 a { background-color: rgb(150,10,191); }

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

border-color css

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

 span { border-color: rgb(150,10,191); }

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