Html Css Color HEX #960AC0 Dark Violet

📋 copy color: '#960AC0'

red 150 ◦ green 10 ◦ blue 192

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

Shades of Dark Violet #960AC0

Tints of Dark Violet #960AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.55%

R = 42.61%
G = 2.84%
B = 54.55%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#960AC0 (or 0x960AC0) is known color: Dark Violet. HEX triplet: 96, 0A and C0. RGB value is (150,10,192). Sum of RGB (Red+Green+Blue) = 150+10+192=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #960AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960AC0 is #69F53F. Grayscale: #484848. Windows color (decimal): -6944064 or 12585622. OLE color: 12585622.

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

Color convert

RGB 150 10 192 -
CMYK 0.22 0.95 0 0.25
HSL 286.15º 0.9% 0.4% -
HSV(B) 286.15º 0.95% 0.75% -
XYZ 22.2 10.51 50.73 -
YUV 72.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 150 10 192 0.22 0.95 0 0.25 286.15 0.9 0.4
Hex 96 A C0 16 5F 0 19 11E 5A 28
Octal 226 12 300 26 137 0 31 436 132 50
Binary 10010110 1010 11000000 10110 1011111 0 11001 100011110 1011010 101000

Color Harmonies of #960AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AC0

Black with #960AC0

Text Example


Text Example

White with #960AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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