Html Css Color HEX #950EDC Dark Violet

📋 copy color: '#950EDC'

red 149 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #950EDC

Tints of Dark Violet #950EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.44%

R = 38.9%
G = 3.66%
B = 57.44%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#950EDC (or 0x950EDC) is known color: Dark Violet. HEX triplet: 95, 0E and DC. RGB value is (149,14,220). Sum of RGB (Red+Green+Blue) = 149+14+220=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #950EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950EDC is #6AF123. Grayscale: #4D4D4D. Windows color (decimal): -7008548 or 14421653. OLE color: 14421653.

HSL color Cylindrical-coordinate representation of color #950EDC: hue angle of 279.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950EDC is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 14 220 -
CMYK 0.32 0.94 0 0.14
HSL 279.32º 0.88% 0.46% -
HSV(B) 279.32º 0.94% 0.86% -
XYZ 25.47 11.87 68.66 -
YUV 77.85 208.23 178.75 -
System Red Green Blue C M Y K H S L
Decimal 149 14 220 0.32 0.94 0 0.14 279.32 0.88 0.46
Hex 95 E DC 20 5E 0 E 117 58 2E
Octal 225 16 334 40 136 0 16 427 130 56
Binary 10010101 1110 11011100 100000 1011110 0 1110 100010111 1011000 101110

Color Harmonies of #950EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950EDC

Black with #950EDC

Text Example


Text Example

White with #950EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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