Html Css Color HEX #960DDC Dark Violet

📋 copy color: '#960DDC'

red 150 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #960DDC

Tints of Dark Violet #960DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.39%

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

R = 39.16%
G = 3.39%
B = 57.44%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#960DDC (or 0x960DDC) is known color: Dark Violet. HEX triplet: 96, 0D and DC. RGB value is (150,13,220). Sum of RGB (Red+Green+Blue) = 150+13+220=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #960DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DDC is #69F223. Grayscale: #4C4C4C. Windows color (decimal): -6943268 or 14421398. OLE color: 14421398.

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

Color convert

RGB 150 13 220 -
CMYK 0.32 0.94 0 0.14
HSL 279.71º 0.89% 0.46% -
HSV(B) 279.71º 0.94% 0.86% -
XYZ 25.64 11.94 68.66 -
YUV 77.56 208.39 179.67 -
System Red Green Blue C M Y K H S L
Decimal 150 13 220 0.32 0.94 0 0.14 279.71 0.89 0.46
Hex 96 D DC 20 5E 0 E 118 59 2E
Octal 226 15 334 40 136 0 16 430 131 56
Binary 10010110 1101 11011100 100000 1011110 0 1110 100011000 1011001 101110

Color Harmonies of #960DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DDC

Black with #960DDC

Text Example


Text Example

White with #960DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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