Html Css Color HEX #960ABA Dark Violet

📋 copy color: '#960ABA'

red 150 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #960ABA

Tints of Dark Violet #960ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 43.35%
G = 2.89%
B = 53.76%

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

#960ABA (or 0x960ABA) is known color: Dark Violet. HEX triplet: 96, 0A and BA. RGB value is (150,10,186). Sum of RGB (Red+Green+Blue) = 150+10+186=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #960ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ABA is #69F545. Grayscale: #474747. Windows color (decimal): -6944070 or 12192406. OLE color: 12192406.

HSL color Cylindrical-coordinate representation of color #960ABA: hue angle of 287.73º 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 #960ABA is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 10 186 -
CMYK 0.19 0.95 0 0.27
HSL 287.73º 0.9% 0.38% -
HSV(B) 287.73º 0.95% 0.73% -
XYZ 21.55 10.25 47.3 -
YUV 71.92 192.38 183.69 -
System Red Green Blue C M Y K H S L
Decimal 150 10 186 0.19 0.95 0 0.27 287.73 0.9 0.38
Hex 96 A BA 13 5F 0 1B 120 5A 26
Octal 226 12 272 23 137 0 33 440 132 46
Binary 10010110 1010 10111010 10011 1011111 0 11011 100100000 1011010 100110

Color Harmonies of #960ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960ABA

Black with #960ABA

Text Example


Text Example

White with #960ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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