Html Css Color HEX #950DB2 Dark Violet

📋 copy color: '#950DB2'

red 149 ◦ green 13 ◦ blue 178

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

Shades of Dark Violet #950DB2

Tints of Dark Violet #950DB2

RGB

 RED value IS 149 (58.59% from 255) = 43.82%

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

 BLUE value IS 178 (69.92% from 255) = 52.35%

R = 43.82%
G = 3.82%
B = 52.35%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#950DB2 (or 0x950DB2) is known color: Dark Violet. HEX triplet: 95, 0D and B2. RGB value is (149,13,178). Sum of RGB (Red+Green+Blue) = 149+13+178=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #950DB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950DB2 is #6AF24D. Grayscale: #474747. Windows color (decimal): -7008846 or 11668885. OLE color: 11668885.

HSL color Cylindrical-coordinate representation of color #950DB2: hue angle of 289.45º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950DB2 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 13 178 -
CMYK 0.16 0.93 0 0.30
HSL 289.45º 0.86% 0.37% -
HSV(B) 289.45º 0.93% 0.7% -
XYZ 20.57 9.89 42.94 -
YUV 72.47 187.56 182.58 -
System Red Green Blue C M Y K H S L
Decimal 149 13 178 0.16 0.93 0 0.30 289.45 0.86 0.37
Hex 95 D B2 10 5D 0 1E 121 56 25
Octal 225 15 262 20 135 0 36 441 126 45
Binary 10010101 1101 10110010 10000 1011101 0 11110 100100001 1010110 100101

Color Harmonies of #950DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950DB2

Black with #950DB2

Text Example


Text Example

White with #950DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950DB2; }

 p { color: rgb(149,13,178); }

 H1.HeaderClassName
 {
   color: #950DB2;
 }
 .AnyTagClassName
 {
   color: #950DB2;
 }
</style>

background-color css

<style>
 a { background-color: #950DB2; }

 a { background-color: rgb(149,13,178); }

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

border-color css

<style>
 span { border-color: #950DB2; }

 span { border-color: rgb(149,13,178); }

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