#95266B

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

Shades of Dark Purple #95266B

Tints of Dark Purple #95266B

Color information

#95266B (or 0x95266B) is unknown color: approx Dark Purple. HEX triplet: 95, 26 and 6B. RGB value is (149,38,107). Sum of RGB (Red+Green+Blue) = 149+38+107=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95266B is #6AD994. Grayscale: #4E4E4E. Windows color (decimal): -7002517 or 7022229. OLE color: 7022229.

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

Color convert

RGB14938107-
CMYK00.740.280.42
HSL322.7º59.36%36.67%-
HSV(B)322.7º74.5%58.43%-
XYZ15.748.8414.79-
YUV79.06143.77177.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 38 (15.23% from 255) = 12.93%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=50.68%
G=12.93%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493810700.740.280.42322.759.3636.67
Hex95266B04A1C2A1433b25
Octal22546153011234525037345
Binary1001010110011011010110100101011100101010101000011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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