Html Css Color HEX #950ED1 Dark Violet

📋 copy color: '#950ED1'

red 149 ◦ green 14 ◦ blue 209

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

Shades of Dark Violet #950ED1

Tints of Dark Violet #950ED1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.76%

 BLUE value IS 209 (82.03% from 255) = 56.18%

R = 40.05%
G = 3.76%
B = 56.18%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#950ED1 (or 0x950ED1) is known color: Dark Violet. HEX triplet: 95, 0E and D1. RGB value is (149,14,209). Sum of RGB (Red+Green+Blue) = 149+14+209=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 209 (82.03% from 255 or 56.18% from 372); Max value from RGB is 209 - color contains mainly: blue. Hex color #950ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950ED1 is #6AF12E. Grayscale: #4B4B4B. Windows color (decimal): -7008559 or 13700757. OLE color: 13700757.

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

Color convert

RGB 149 14 209 -
CMYK 0.29 0.93 0 0.18
HSL 281.54º 0.87% 0.44% -
HSV(B) 281.54º 0.93% 0.82% -
XYZ 24.06 11.31 61.24 -
YUV 76.6 202.73 179.64 -
System Red Green Blue C M Y K H S L
Decimal 149 14 209 0.29 0.93 0 0.18 281.54 0.87 0.44
Hex 95 E D1 1D 5D 0 12 11A 57 2C
Octal 225 16 321 35 135 0 22 432 127 54
Binary 10010101 1110 11010001 11101 1011101 0 10010 100011010 1010111 101100

Color Harmonies of #950ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950ED1

Black with #950ED1

Text Example


Text Example

White with #950ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,14,209); }

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

background-color css

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

 a { background-color: rgb(149,14,209); }

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

border-color css

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

 span { border-color: rgb(149,14,209); }

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