Html Css Color HEX #960ACC Dark Violet

📋 copy color: '#960ACC'

red 150 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #960ACC

Tints of Dark Violet #960ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.04%

R = 41.21%
G = 2.75%
B = 56.04%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#960ACC (or 0x960ACC) is known color: Dark Violet. HEX triplet: 96, 0A and CC. RGB value is (150,10,204). Sum of RGB (Red+Green+Blue) = 150+10+204=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #960ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ACC is #69F533. Grayscale: #494949. Windows color (decimal): -6944052 or 13372054. OLE color: 13372054.

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

Color convert

RGB 150 10 204 -
CMYK 0.26 0.95 0 0.2
HSL 283.3º 0.91% 0.42% -
HSV(B) 283.3º 0.95% 0.8% -
XYZ 23.59 11.06 58.02 -
YUV 73.98 201.38 182.23 -
System Red Green Blue C M Y K H S L
Decimal 150 10 204 0.26 0.95 0 0.2 283.3 0.91 0.42
Hex 96 A CC 1A 5F 0 14 11B 5B 2A
Octal 226 12 314 32 137 0 24 433 133 52
Binary 10010110 1010 11001100 11010 1011111 0 10100 100011011 1011011 101010

Color Harmonies of #960ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960ACC

Black with #960ACC

Text Example


Text Example

White with #960ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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