Html Css Color HEX #960DBA Dark Violet

📋 copy color: '#960DBA'

red 150 ◦ green 13 ◦ blue 186

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

Shades of Dark Violet #960DBA

Tints of Dark Violet #960DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 42.98%
G = 3.72%
B = 53.3%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#960DBA (or 0x960DBA) is known color: Dark Violet. HEX triplet: 96, 0D and BA. RGB value is (150,13,186). Sum of RGB (Red+Green+Blue) = 150+13+186=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #960DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DBA is #69F245. Grayscale: #494949. Windows color (decimal): -6943302 or 12193174. OLE color: 12193174.

HSL color Cylindrical-coordinate representation of color #960DBA: hue angle of 287.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960DBA is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 13 186 -
CMYK 0.19 0.93 0 0.27
HSL 287.51º 0.87% 0.39% -
HSV(B) 287.51º 0.93% 0.73% -
XYZ 21.58 10.32 47.31 -
YUV 73.69 191.39 182.43 -
System Red Green Blue C M Y K H S L
Decimal 150 13 186 0.19 0.93 0 0.27 287.51 0.87 0.39
Hex 96 D BA 13 5D 0 1B 120 57 27
Octal 226 15 272 23 135 0 33 440 127 47
Binary 10010110 1101 10111010 10011 1011101 0 11011 100100000 1010111 100111

Color Harmonies of #960DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DBA

Black with #960DBA

Text Example


Text Example

White with #960DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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