Html Css Color HEX #95287C Dark Purple

📋 copy color: '#95287C'

red 149 ◦ green 40 ◦ blue 124

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

Shades of Dark Purple #95287C

Tints of Dark Purple #95287C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 47.6%
G = 12.78%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95287C (or 0x95287C) is known color: Dark Purple. HEX triplet: 95, 28 and 7C. RGB value is (149,40,124). Sum of RGB (Red+Green+Blue) = 149+40+124=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95287C is #6AD783. Grayscale: #515151. Windows color (decimal): -7001988 or 8136853. OLE color: 8136853.

HSL color Cylindrical-coordinate representation of color #95287C: hue angle of 313.76º 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 #95287C is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 40 124 -
CMYK 0 0.73 0.17 0.42
HSL 313.76º 0.58% 0.37% -
HSV(B) 313.76º 0.73% 0.58% -
XYZ 16.79 9.36 19.99 -
YUV 82.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 149 40 124 0 0.73 0.17 0.42 313.76 0.58 0.37
Hex 95 28 7C 0 49 11 2A 13A 3A 25
Octal 225 50 174 0 111 21 52 472 72 45
Binary 10010101 101000 1111100 0 1001001 10001 101010 100111010 111010 100101

Color Harmonies of #95287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95287C

Black with #95287C

Text Example


Text Example

White with #95287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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