Html Css Color HEX #960ACD Dark Violet

📋 copy color: '#960ACD'

red 150 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #960ACD

Tints of Dark Violet #960ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 41.1%
G = 2.74%
B = 56.16%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#960ACD (or 0x960ACD) is known color: Dark Violet. HEX triplet: 96, 0A and CD. RGB value is (150,10,205). Sum of RGB (Red+Green+Blue) = 150+10+205=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #960ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ACD is #69F532. Grayscale: #494949. Windows color (decimal): -6944051 or 13437590. OLE color: 13437590.

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

Color convert

RGB 150 10 205 -
CMYK 0.27 0.95 0 0.20
HSL 283.08º 0.91% 0.42% -
HSV(B) 283.08º 0.95% 0.8% -
XYZ 23.71 11.11 58.65 -
YUV 74.09 201.88 182.14 -
System Red Green Blue C M Y K H S L
Decimal 150 10 205 0.27 0.95 0 0.20 283.08 0.91 0.42
Hex 96 A CD 1B 5F 0 14 11B 5B 2A
Octal 226 12 315 33 137 0 24 433 133 52
Binary 10010110 1010 11001101 11011 1011111 0 10100 100011011 1011011 101010

Color Harmonies of #960ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960ACD

Black with #960ACD

Text Example


Text Example

White with #960ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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