Html Css Color HEX #95256E Dark Purple

📋 copy color: '#95256E'

red 149 ◦ green 37 ◦ blue 110

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

Shades of Dark Purple #95256E

Tints of Dark Purple #95256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 50.34%
G = 12.5%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95256E (or 0x95256E) is known color: Dark Purple. HEX triplet: 95, 25 and 6E. RGB value is (149,37,110). Sum of RGB (Red+Green+Blue) = 149+37+110=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95256E is #6ADA91. Grayscale: #4E4E4E. Windows color (decimal): -7002770 or 7218581. OLE color: 7218581.

HSL color Cylindrical-coordinate representation of color #95256E: hue angle of 320.89º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95256E is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 37 110 -
CMYK 0 0.75 0.26 0.42
HSL 320.89º 0.6% 0.36% -
HSV(B) 320.89º 0.75% 0.58% -
XYZ 15.87 8.84 15.62 -
YUV 78.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 149 37 110 0 0.75 0.26 0.42 320.89 0.6 0.36
Hex 95 25 6E 0 4B 1A 2A 141 3C 24
Octal 225 45 156 0 113 32 52 501 74 44
Binary 10010101 100101 1101110 0 1001011 11010 101010 101000001 111100 100100

Color Harmonies of #95256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95256E

Black with #95256E

Text Example


Text Example

White with #95256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95256E; }

 p { color: rgb(149,37,110); }

 H1.HeaderClassName
 {
   color: #95256E;
 }
 .AnyTagClassName
 {
   color: #95256E;
 }
</style>

background-color css

<style>
 a { background-color: #95256E; }

 a { background-color: rgb(149,37,110); }

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

border-color css

<style>
 span { border-color: #95256E; }

 span { border-color: rgb(149,37,110); }

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