Html Css Color HEX #960AD6 Dark Violet

📋 copy color: '#960AD6'

red 150 ◦ green 10 ◦ blue 214

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

Shades of Dark Violet #960AD6

Tints of Dark Violet #960AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 57.22%

R = 40.11%
G = 2.67%
B = 57.22%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#960AD6 (or 0x960AD6) is known color: Dark Violet. HEX triplet: 96, 0A and D6. RGB value is (150,10,214). Sum of RGB (Red+Green+Blue) = 150+10+214=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #960AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960AD6 is #69F529. Grayscale: #4A4A4A. Windows color (decimal): -6944042 or 14027414. OLE color: 14027414.

HSL color Cylindrical-coordinate representation of color #960AD6: hue angle of 281.18º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960AD6 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 10 214 -
CMYK 0.30 0.95 0 0.16
HSL 281.18º 0.91% 0.44% -
HSV(B) 281.18º 0.95% 0.84% -
XYZ 24.82 11.56 64.54 -
YUV 75.12 206.38 181.41 -
System Red Green Blue C M Y K H S L
Decimal 150 10 214 0.30 0.95 0 0.16 281.18 0.91 0.44
Hex 96 A D6 1E 5F 0 10 119 5B 2C
Octal 226 12 326 36 137 0 20 431 133 54
Binary 10010110 1010 11010110 11110 1011111 0 10000 100011001 1011011 101100

Color Harmonies of #960AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AD6

Black with #960AD6

Text Example


Text Example

White with #960AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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