#95236B

Color #95236B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #95236B

Tints of Dark Purple #95236B

Color information

#95236B (or 0x95236B) is unknown color: approx Dark Purple. HEX triplet: 95, 23 and 6B. RGB value is (149,35,107). Sum of RGB (Red+Green+Blue) = 149+35+107=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95236B is #6ADC94. Grayscale: #4D4D4D. Windows color (decimal): -7003285 or 7021461. OLE color: 7021461.

HSL color Cylindrical-coordinate representation of color #95236B: hue angle of 322.11º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95236B is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14935107-
CMYK00.770.280.42
HSL322.11º61.96%36.08%-
HSV(B)322.11º76.51%58.43%-
XYZ15.658.6514.76-
YUV77.29144.77179.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 35 (14.06% from 255) = 12.03%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=51.20%
G=12.03%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493510700.770.280.42322.1161.9636.08
Hex95236B04D1C2A1423e24
Octal22543153011534525027644
Binary1001010110001111010110100110111100101010101000010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,35,107); }

 H1.HeaderClassName
 {
   color: #95236B;
 }
 .AnyTagClassName
 {
   color: #95236B;
 }
</style>
background-color css

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

 a { background-color: rgb(149,35,107); }

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

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

 span { border-color: rgb(149,35,107); }

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