Html Css Color HEX #960ADC Dark Violet

📋 copy color: '#960ADC'

red 150 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #960ADC

Tints of Dark Violet #960ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.63%

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

R = 39.47%
G = 2.63%
B = 57.89%

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

#960ADC (or 0x960ADC) is known color: Dark Violet. HEX triplet: 96, 0A and DC. RGB value is (150,10,220). Sum of RGB (Red+Green+Blue) = 150+10+220=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #960ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ADC is #69F523. Grayscale: #4B4B4B. Windows color (decimal): -6944036 or 14420630. OLE color: 14420630.

HSL color Cylindrical-coordinate representation of color #960ADC: hue angle of 280º degrees, saturation: 0.91, 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 #960ADC is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 10 220 -
CMYK 0.32 0.95 0 0.14
HSL 280º 0.91% 0.45% -
HSV(B) 280º 0.95% 0.86% -
XYZ 25.6 11.87 68.65 -
YUV 75.8 209.38 180.92 -
System Red Green Blue C M Y K H S L
Decimal 150 10 220 0.32 0.95 0 0.14 280 0.91 0.45
Hex 96 A DC 20 5F 0 E 118 5B 2D
Octal 226 12 334 40 137 0 16 430 133 55
Binary 10010110 1010 11011100 100000 1011111 0 1110 100011000 1011011 101101

Color Harmonies of #960ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960ADC

Black with #960ADC

Text Example


Text Example

White with #960ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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