Html Css Color HEX #95256C Dark Purple

📋 copy color: '#95256C'

red 149 ◦ green 37 ◦ blue 108

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

Shades of Dark Purple #95256C

Tints of Dark Purple #95256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 50.68%
G = 12.59%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95256C (or 0x95256C) is known color: Dark Purple. HEX triplet: 95, 25 and 6C. RGB value is (149,37,108). Sum of RGB (Red+Green+Blue) = 149+37+108=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95256C is #6ADA93. Grayscale: #4E4E4E. Windows color (decimal): -7002772 or 7087509. OLE color: 7087509.

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

Color convert

RGB 149 37 108 -
CMYK 0 0.75 0.28 0.42
HSL 321.96º 0.6% 0.36% -
HSV(B) 321.96º 0.75% 0.58% -
XYZ 15.76 8.8 15.05 -
YUV 78.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 149 37 108 0 0.75 0.28 0.42 321.96 0.6 0.36
Hex 95 25 6C 0 4B 1C 2A 142 3C 24
Octal 225 45 154 0 113 34 52 502 74 44
Binary 10010101 100101 1101100 0 1001011 11100 101010 101000010 111100 100100

Color Harmonies of #95256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95256C

Black with #95256C

Text Example


Text Example

White with #95256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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