Html Css Color HEX #95287F Dark Purple

📋 copy color: '#95287F'

red 149 ◦ green 40 ◦ blue 127

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

Shades of Dark Purple #95287F

Tints of Dark Purple #95287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

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

R = 47.15%
G = 12.66%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95287F (or 0x95287F) is known color: Dark Purple. HEX triplet: 95, 28 and 7F. RGB value is (149,40,127). Sum of RGB (Red+Green+Blue) = 149+40+127=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #95287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95287F is #6AD780. Grayscale: #525252. Windows color (decimal): -7001985 or 8333461. OLE color: 8333461.

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

Color convert

RGB 149 40 127 -
CMYK 0 0.73 0.15 0.42
HSL 312.11º 0.58% 0.37% -
HSV(B) 312.11º 0.73% 0.58% -
XYZ 16.98 9.44 21.01 -
YUV 82.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 149 40 127 0 0.73 0.15 0.42 312.11 0.58 0.37
Hex 95 28 7F 0 49 F 2A 138 3A 25
Octal 225 50 177 0 111 17 52 470 72 45
Binary 10010101 101000 1111111 0 1001001 1111 101010 100111000 111010 100101

Color Harmonies of #95287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95287F

Black with #95287F

Text Example


Text Example

White with #95287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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