Html Css Color HEX #950E7E Dark Purple

📋 copy color: '#950E7E'

red 149 ◦ green 14 ◦ blue 126

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

Shades of Dark Purple #950E7E

Tints of Dark Purple #950E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 51.56%
G = 4.84%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#950E7E (or 0x950E7E) is known color: Dark Purple. HEX triplet: 95, 0E and 7E. RGB value is (149,14,126). Sum of RGB (Red+Green+Blue) = 149+14+126=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #950E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E7E is #6AF181. Grayscale: #424242. Windows color (decimal): -7008642 or 8261269. OLE color: 8261269.

HSL color Cylindrical-coordinate representation of color #950E7E: hue angle of 310.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E7E is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 14 126 -
CMYK 0 0.91 0.15 0.42
HSL 310.22º 0.83% 0.32% -
HSV(B) 310.22º 0.91% 0.58% -
XYZ 16.32 8.21 20.46 -
YUV 67.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 149 14 126 0 0.91 0.15 0.42 310.22 0.83 0.32
Hex 95 E 7E 0 5B F 2A 136 53 20
Octal 225 16 176 0 133 17 52 466 123 40
Binary 10010101 1110 1111110 0 1011011 1111 101010 100110110 1010011 100000

Color Harmonies of #950E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E7E

Black with #950E7E

Text Example


Text Example

White with #950E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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