Html Css Color HEX #950DB5 Dark Violet

📋 copy color: '#950DB5'

red 149 ◦ green 13 ◦ blue 181

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

Shades of Dark Violet #950DB5

Tints of Dark Violet #950DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 52.77%

R = 43.44%
G = 3.79%
B = 52.77%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#950DB5 (or 0x950DB5) is known color: Dark Violet. HEX triplet: 95, 0D and B5. RGB value is (149,13,181). Sum of RGB (Red+Green+Blue) = 149+13+181=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 181 (71.09% from 255 or 52.77% from 343); Max value from RGB is 181 - color contains mainly: blue. Hex color #950DB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950DB5 is #6AF24A. Grayscale: #484848. Windows color (decimal): -7008843 or 11865493. OLE color: 11865493.

HSL color Cylindrical-coordinate representation of color #950DB5: hue angle of 288.57º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950DB5 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 13 181 -
CMYK 0.18 0.93 0 0.29
HSL 288.57º 0.87% 0.38% -
HSV(B) 288.57º 0.93% 0.71% -
XYZ 20.88 10.01 44.55 -
YUV 72.82 189.06 182.34 -
System Red Green Blue C M Y K H S L
Decimal 149 13 181 0.18 0.93 0 0.29 288.57 0.87 0.38
Hex 95 D B5 12 5D 0 1D 121 57 26
Octal 225 15 265 22 135 0 35 441 127 46
Binary 10010101 1101 10110101 10010 1011101 0 11101 100100001 1010111 100110

Color Harmonies of #950DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950DB5

Black with #950DB5

Text Example


Text Example

White with #950DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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