Html Css Color HEX #960DDD Dark Violet

📋 copy color: '#960DDD'

red 150 ◦ green 13 ◦ blue 221

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

Shades of Dark Violet #960DDD

Tints of Dark Violet #960DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.55%

R = 39.06%
G = 3.39%
B = 57.55%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#960DDD (or 0x960DDD) is known color: Dark Violet. HEX triplet: 96, 0D and DD. RGB value is (150,13,221). Sum of RGB (Red+Green+Blue) = 150+13+221=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #960DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DDD is #69F222. Grayscale: #4C4C4C. Windows color (decimal): -6943267 or 14486934. OLE color: 14486934.

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

Color convert

RGB 150 13 221 -
CMYK 0.32 0.94 0 0.13
HSL 279.52º 0.89% 0.46% -
HSV(B) 279.52º 0.94% 0.87% -
XYZ 25.77 11.99 69.36 -
YUV 77.68 208.89 179.59 -
System Red Green Blue C M Y K H S L
Decimal 150 13 221 0.32 0.94 0 0.13 279.52 0.89 0.46
Hex 96 D DD 20 5E 0 D 118 59 2E
Octal 226 15 335 40 136 0 15 430 131 56
Binary 10010110 1101 11011101 100000 1011110 0 1101 100011000 1011001 101110

Color Harmonies of #960DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DDD

Black with #960DDD

Text Example


Text Example

White with #960DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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