Html Css Color HEX #960AB9 Dark Violet

📋 copy color: '#960AB9'

red 150 ◦ green 10 ◦ blue 185

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

Shades of Dark Violet #960AB9

Tints of Dark Violet #960AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.62%

R = 43.48%
G = 2.9%
B = 53.62%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#960AB9 (or 0x960AB9) is known color: Dark Violet. HEX triplet: 96, 0A and B9. RGB value is (150,10,185). Sum of RGB (Red+Green+Blue) = 150+10+185=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #960AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960AB9 is #69F546. Grayscale: #474747. Windows color (decimal): -6944071 or 12126870. OLE color: 12126870.

HSL color Cylindrical-coordinate representation of color #960AB9: hue angle of 288º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960AB9 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 10 185 -
CMYK 0.19 0.95 0 0.27
HSL 288º 0.9% 0.38% -
HSV(B) 288º 0.95% 0.73% -
XYZ 21.44 10.2 46.74 -
YUV 71.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 150 10 185 0.19 0.95 0 0.27 288 0.9 0.38
Hex 96 A B9 13 5F 0 1B 120 5A 26
Octal 226 12 271 23 137 0 33 440 132 46
Binary 10010110 1010 10111001 10011 1011111 0 11011 100100000 1011010 100110

Color Harmonies of #960AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AB9

Black with #960AB9

Text Example


Text Example

White with #960AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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