Html Css Color HEX #960CDC Dark Violet

📋 copy color: '#960CDC'

red 150 ◦ green 12 ◦ blue 220

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

Shades of Dark Violet #960CDC

Tints of Dark Violet #960CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 39.27%
G = 3.14%
B = 57.59%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#960CDC (or 0x960CDC) is known color: Dark Violet. HEX triplet: 96, 0C and DC. RGB value is (150,12,220). Sum of RGB (Red+Green+Blue) = 150+12+220=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #960CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CDC is #69F323. Grayscale: #4C4C4C. Windows color (decimal): -6943524 or 14421142. OLE color: 14421142.

HSL color Cylindrical-coordinate representation of color #960CDC: hue angle of 279.81º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960CDC is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 12 220 -
CMYK 0.32 0.95 0 0.14
HSL 279.81º 0.9% 0.45% -
HSV(B) 279.81º 0.95% 0.86% -
XYZ 25.63 11.91 68.66 -
YUV 76.97 208.72 180.09 -
System Red Green Blue C M Y K H S L
Decimal 150 12 220 0.32 0.95 0 0.14 279.81 0.9 0.45
Hex 96 C DC 20 5F 0 E 118 5A 2D
Octal 226 14 334 40 137 0 16 430 132 55
Binary 10010110 1100 11011100 100000 1011111 0 1110 100011000 1011010 101101

Color Harmonies of #960CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960CDC

Black with #960CDC

Text Example


Text Example

White with #960CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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