Html Css Color HEX #950DBE Dark Violet

📋 copy color: '#950DBE'

red 149 ◦ green 13 ◦ blue 190

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

Shades of Dark Violet #950DBE

Tints of Dark Violet #950DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 42.33%
G = 3.69%
B = 53.98%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#950DBE (or 0x950DBE) is known color: Dark Violet. HEX triplet: 95, 0D and BE. RGB value is (149,13,190). Sum of RGB (Red+Green+Blue) = 149+13+190=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #950DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950DBE is #6AF241. Grayscale: #494949. Windows color (decimal): -7008834 or 12455317. OLE color: 12455317.

HSL color Cylindrical-coordinate representation of color #950DBE: hue angle of 286.1º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950DBE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 13 190 -
CMYK 0.22 0.93 0 0.25
HSL 286.1º 0.87% 0.4% -
HSV(B) 286.1º 0.93% 0.75% -
XYZ 21.83 10.4 49.57 -
YUV 73.84 193.56 181.61 -
System Red Green Blue C M Y K H S L
Decimal 149 13 190 0.22 0.93 0 0.25 286.1 0.87 0.4
Hex 95 D BE 16 5D 0 19 11E 57 28
Octal 225 15 276 26 135 0 31 436 127 50
Binary 10010101 1101 10111110 10110 1011101 0 11001 100011110 1010111 101000

Color Harmonies of #950DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950DBE

Black with #950DBE

Text Example


Text Example

White with #950DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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