Html Css Color HEX #95377F Dark Purple

📋 copy color: '#95377F'

red 149 ◦ green 55 ◦ blue 127

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

Shades of Dark Purple #95377F

Tints of Dark Purple #95377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

 BLUE value IS 127 (50% from 255) = 38.37%

R = 45.02%
G = 16.62%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95377F (or 0x95377F) is known color: Dark Purple. HEX triplet: 95, 37 and 7F. RGB value is (149,55,127). Sum of RGB (Red+Green+Blue) = 149+55+127=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #95377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95377F is #6AC880. Grayscale: #5B5B5B. Windows color (decimal): -6998145 or 8337301. OLE color: 8337301.

HSL color Cylindrical-coordinate representation of color #95377F: hue angle of 314.04º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95377F is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 127 -
CMYK 0 0.63 0.15 0.42
HSL 314.04º 0.46% 0.4% -
HSV(B) 314.04º 0.63% 0.58% -
XYZ 17.59 10.65 21.21 -
YUV 91.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 149 55 127 0 0.63 0.15 0.42 314.04 0.46 0.4
Hex 95 37 7F 0 3F F 2A 13A 2E 28
Octal 225 67 177 0 77 17 52 472 56 50
Binary 10010101 110111 1111111 0 111111 1111 101010 100111010 101110 101000

Color Harmonies of #95377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95377F

Black with #95377F

Text Example


Text Example

White with #95377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95377F; }

 p { color: rgb(149,55,127); }

 H1.HeaderClassName
 {
   color: #95377F;
 }
 .AnyTagClassName
 {
   color: #95377F;
 }
</style>

background-color css

<style>
 a { background-color: #95377F; }

 a { background-color: rgb(149,55,127); }

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

border-color css

<style>
 span { border-color: #95377F; }

 span { border-color: rgb(149,55,127); }

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