Html Css Color HEX #960CDD Dark Violet

📋 copy color: '#960CDD'

red 150 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #960CDD

Tints of Dark Violet #960CDD

RGB

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

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

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

R = 39.16%
G = 3.13%
B = 57.7%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#960CDD (or 0x960CDD) is known color: Dark Violet. HEX triplet: 96, 0C and DD. RGB value is (150,12,221). Sum of RGB (Red+Green+Blue) = 150+12+221=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #960CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CDD is #69F322. Grayscale: #4C4C4C. Windows color (decimal): -6943523 or 14486678. OLE color: 14486678.

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

Color convert

RGB 150 12 221 -
CMYK 0.32 0.95 0 0.13
HSL 279.62º 0.9% 0.46% -
HSV(B) 279.62º 0.95% 0.87% -
XYZ 25.76 11.97 69.36 -
YUV 77.09 209.22 180.01 -
System Red Green Blue C M Y K H S L
Decimal 150 12 221 0.32 0.95 0 0.13 279.62 0.9 0.46
Hex 96 C DD 20 5F 0 D 118 5A 2E
Octal 226 14 335 40 137 0 15 430 132 56
Binary 10010110 1100 11011101 100000 1011111 0 1101 100011000 1011010 101110

Color Harmonies of #960CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960CDD

Black with #960CDD

Text Example


Text Example

White with #960CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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