Html Css Color HEX #95287B Dark Purple

📋 copy color: '#95287B'

red 149 ◦ green 40 ◦ blue 123

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

Shades of Dark Purple #95287B

Tints of Dark Purple #95287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 47.76%
G = 12.82%
B = 39.42%

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

#95287B (or 0x95287B) is known color: Dark Purple. HEX triplet: 95, 28 and 7B. RGB value is (149,40,123). Sum of RGB (Red+Green+Blue) = 149+40+123=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95287B is #6AD784. Grayscale: #515151. Windows color (decimal): -7001989 or 8071317. OLE color: 8071317.

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

Color convert

RGB 149 40 123 -
CMYK 0 0.73 0.17 0.42
HSL 314.31º 0.58% 0.37% -
HSV(B) 314.31º 0.73% 0.58% -
XYZ 16.73 9.34 19.66 -
YUV 82.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 149 40 123 0 0.73 0.17 0.42 314.31 0.58 0.37
Hex 95 28 7B 0 49 11 2A 13A 3A 25
Octal 225 50 173 0 111 21 52 472 72 45
Binary 10010101 101000 1111011 0 1001001 10001 101010 100111010 111010 100101

Color Harmonies of #95287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95287B

Black with #95287B

Text Example


Text Example

White with #95287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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