Html Css Color HEX #950DEC Dark Violet

📋 copy color: '#950DEC'

red 149 ◦ green 13 ◦ blue 236

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

Shades of Dark Violet #950DEC

Tints of Dark Violet #950DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.3%

R = 37.44%
G = 3.27%
B = 59.3%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#950DEC (or 0x950DEC) is known color: Dark Violet. HEX triplet: 95, 0D and EC. RGB value is (149,13,236). Sum of RGB (Red+Green+Blue) = 149+13+236=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #950DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950DEC is #6AF213. Grayscale: #4E4E4E. Windows color (decimal): -7008788 or 15469973. OLE color: 15469973.

HSL color Cylindrical-coordinate representation of color #950DEC: hue angle of 276.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950DEC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 13 236 -
CMYK 0.37 0.94 0 0.07
HSL 276.59º 0.9% 0.49% -
HSV(B) 276.59º 0.94% 0.93% -
XYZ 27.68 12.73 80.36 -
YUV 79.09 216.56 177.87 -
System Red Green Blue C M Y K H S L
Decimal 149 13 236 0.37 0.94 0 0.07 276.59 0.9 0.49
Hex 95 D EC 25 5E 0 7 115 5A 31
Octal 225 15 354 45 136 0 7 425 132 61
Binary 10010101 1101 11101100 100101 1011110 0 111 100010101 1011010 110001

Color Harmonies of #950DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950DEC

Black with #950DEC

Text Example


Text Example

White with #950DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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