Html Css Color HEX #960ACE Dark Violet

📋 copy color: '#960ACE'

red 150 ◦ green 10 ◦ blue 206

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

Shades of Dark Violet #960ACE

Tints of Dark Violet #960ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 40.98%
G = 2.73%
B = 56.28%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#960ACE (or 0x960ACE) is known color: Dark Violet. HEX triplet: 96, 0A and CE. RGB value is (150,10,206). Sum of RGB (Red+Green+Blue) = 150+10+206=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #960ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ACE is #69F531. Grayscale: #494949. Windows color (decimal): -6944050 or 13503126. OLE color: 13503126.

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

Color convert

RGB 150 10 206 -
CMYK 0.27 0.95 0 0.19
HSL 282.86º 0.91% 0.42% -
HSV(B) 282.86º 0.95% 0.81% -
XYZ 23.83 11.16 59.29 -
YUV 74.2 202.38 182.06 -
System Red Green Blue C M Y K H S L
Decimal 150 10 206 0.27 0.95 0 0.19 282.86 0.91 0.42
Hex 96 A CE 1B 5F 0 13 11B 5B 2A
Octal 226 12 316 33 137 0 23 433 133 52
Binary 10010110 1010 11001110 11011 1011111 0 10011 100011011 1011011 101010

Color Harmonies of #960ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960ACE

Black with #960ACE

Text Example


Text Example

White with #960ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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