Html Css Color HEX #960DD3 Dark Violet

📋 copy color: '#960DD3'

red 150 ◦ green 13 ◦ blue 211

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

Shades of Dark Violet #960DD3

Tints of Dark Violet #960DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 56.42%

R = 40.11%
G = 3.48%
B = 56.42%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#960DD3 (or 0x960DD3) is known color: Dark Violet. HEX triplet: 96, 0D and D3. RGB value is (150,13,211). Sum of RGB (Red+Green+Blue) = 150+13+211=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 211 (82.81% from 255 or 56.42% from 374); Max value from RGB is 211 - color contains mainly: blue. Hex color #960DD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DD3 is #69F22C. Grayscale: #4B4B4B. Windows color (decimal): -6943277 or 13831574. OLE color: 13831574.

HSL color Cylindrical-coordinate representation of color #960DD3: hue angle of 281.52º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960DD3 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 13 211 -
CMYK 0.29 0.94 0 0.17
HSL 281.52º 0.88% 0.44% -
HSV(B) 281.52º 0.94% 0.83% -
XYZ 24.48 11.48 62.55 -
YUV 76.54 203.89 180.4 -
System Red Green Blue C M Y K H S L
Decimal 150 13 211 0.29 0.94 0 0.17 281.52 0.88 0.44
Hex 96 D D3 1D 5E 0 11 11A 58 2C
Octal 226 15 323 35 136 0 21 432 130 54
Binary 10010110 1101 11010011 11101 1011110 0 10001 100011010 1011000 101100

Color Harmonies of #960DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DD3

Black with #960DD3

Text Example


Text Example

White with #960DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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