Html Css Color HEX #951E8F Dark Purple

📋 copy color: '#951E8F'

red 149 ◦ green 30 ◦ blue 143

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

Shades of Dark Purple #951E8F

Tints of Dark Purple #951E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.41%

R = 46.27%
G = 9.32%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#951E8F (or 0x951E8F) is known color: Dark Purple. HEX triplet: 95, 1E and 8F. RGB value is (149,30,143). Sum of RGB (Red+Green+Blue) = 149+30+143=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #951E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951E8F is #6AE170. Grayscale: #4E4E4E. Windows color (decimal): -7004529 or 9379477. OLE color: 9379477.

HSL color Cylindrical-coordinate representation of color #951E8F: hue angle of 303.03º 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 #951E8F is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 30 143 -
CMYK 0 0.80 0.04 0.42
HSL 303.03º 0.66% 0.35% -
HSV(B) 303.03º 0.8% 0.58% -
XYZ 17.82 9.3 26.84 -
YUV 78.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 149 30 143 0 0.80 0.04 0.42 303.03 0.66 0.35
Hex 95 1E 8F 0 50 4 2A 12F 42 23
Octal 225 36 217 0 120 4 52 457 102 43
Binary 10010101 11110 10001111 0 1010000 100 101010 100101111 1000010 100011

Color Harmonies of #951E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951E8F

Black with #951E8F

Text Example


Text Example

White with #951E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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