Html Css Color HEX #950ECF Dark Violet

📋 copy color: '#950ECF'

red 149 ◦ green 14 ◦ blue 207

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

Shades of Dark Violet #950ECF

Tints of Dark Violet #950ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.95%

R = 40.27%
G = 3.78%
B = 55.95%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#950ECF (or 0x950ECF) is known color: Dark Violet. HEX triplet: 95, 0E and CF. RGB value is (149,14,207). Sum of RGB (Red+Green+Blue) = 149+14+207=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #950ECF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950ECF is #6AF130. Grayscale: #4B4B4B. Windows color (decimal): -7008561 or 13569685. OLE color: 13569685.

HSL color Cylindrical-coordinate representation of color #950ECF: hue angle of 281.97º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950ECF is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 14 207 -
CMYK 0.28 0.93 0 0.19
HSL 281.97º 0.87% 0.43% -
HSV(B) 281.97º 0.93% 0.81% -
XYZ 23.81 11.21 59.94 -
YUV 76.37 201.73 179.81 -
System Red Green Blue C M Y K H S L
Decimal 149 14 207 0.28 0.93 0 0.19 281.97 0.87 0.43
Hex 95 E CF 1C 5D 0 13 11A 57 2B
Octal 225 16 317 34 135 0 23 432 127 53
Binary 10010101 1110 11001111 11100 1011101 0 10011 100011010 1010111 101011

Color Harmonies of #950ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950ECF

Black with #950ECF

Text Example


Text Example

White with #950ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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