Html Css Color HEX #951E93 Dark Purple

📋 copy color: '#951E93'

red 149 ◦ green 30 ◦ blue 147

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

Shades of Dark Purple #951E93

Tints of Dark Purple #951E93

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.2%

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 45.71%
G = 9.2%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#951E93 (or 0x951E93) is known color: Dark Purple. HEX triplet: 95, 1E and 93. RGB value is (149,30,147). Sum of RGB (Red+Green+Blue) = 149+30+147=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #951E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951E93 is #6AE16C. Grayscale: #4E4E4E. Windows color (decimal): -7004525 or 9641621. OLE color: 9641621.

HSL color Cylindrical-coordinate representation of color #951E93: hue angle of 301.01º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E93 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 30 147 -
CMYK 0 0.80 0.01 0.42
HSL 301.01º 0.66% 0.35% -
HSV(B) 301.01º 0.8% 0.58% -
XYZ 18.13 9.42 28.47 -
YUV 78.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 149 30 147 0 0.80 0.01 0.42 301.01 0.66 0.35
Hex 95 1E 93 0 50 1 2A 12D 42 23
Octal 225 36 223 0 120 1 52 455 102 43
Binary 10010101 11110 10010011 0 1010000 1 101010 100101101 1000010 100011

Color Harmonies of #951E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951E93

Black with #951E93

Text Example


Text Example

White with #951E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951E93; }

 p { color: rgb(149,30,147); }

 H1.HeaderClassName
 {
   color: #951E93;
 }
 .AnyTagClassName
 {
   color: #951E93;
 }
</style>

background-color css

<style>
 a { background-color: #951E93; }

 a { background-color: rgb(149,30,147); }

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

border-color css

<style>
 span { border-color: #951E93; }

 span { border-color: rgb(149,30,147); }

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