Html Css Color HEX #960CD5 Dark Violet

📋 copy color: '#960CD5'

red 150 ◦ green 12 ◦ blue 213

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

Shades of Dark Violet #960CD5

Tints of Dark Violet #960CD5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.2%

 BLUE value IS 213 (83.59% from 255) = 56.8%

R = 40%
G = 3.2%
B = 56.8%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#960CD5 (or 0x960CD5) is known color: Dark Violet. HEX triplet: 96, 0C and D5. RGB value is (150,12,213). Sum of RGB (Red+Green+Blue) = 150+12+213=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #960CD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CD5 is #69F32A. Grayscale: #4B4B4B. Windows color (decimal): -6943531 or 13962390. OLE color: 13962390.

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

Color convert

RGB 150 12 213 -
CMYK 0.30 0.94 0 0.16
HSL 281.19º 0.89% 0.44% -
HSV(B) 281.19º 0.94% 0.84% -
XYZ 24.72 11.55 63.88 -
YUV 76.18 205.22 180.66 -
System Red Green Blue C M Y K H S L
Decimal 150 12 213 0.30 0.94 0 0.16 281.19 0.89 0.44
Hex 96 C D5 1E 5E 0 10 119 59 2C
Octal 226 14 325 36 136 0 20 431 131 54
Binary 10010110 1100 11010101 11110 1011110 0 10000 100011001 1011001 101100

Color Harmonies of #960CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960CD5

Black with #960CD5

Text Example


Text Example

White with #960CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,12,213); }

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

background-color css

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

 a { background-color: rgb(150,12,213); }

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

border-color css

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

 span { border-color: rgb(150,12,213); }

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