Html Css Color HEX #95258E Dark Purple

📋 copy color: '#95258E'

red 149 ◦ green 37 ◦ blue 142

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

Shades of Dark Purple #95258E

Tints of Dark Purple #95258E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.29%

R = 45.43%
G = 11.28%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95258E (or 0x95258E) is known color: Dark Purple. HEX triplet: 95, 25 and 8E. RGB value is (149,37,142). Sum of RGB (Red+Green+Blue) = 149+37+142=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95258E is #6ADA71. Grayscale: #525252. Windows color (decimal): -7002738 or 9315733. OLE color: 9315733.

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

Color convert

RGB 149 37 142 -
CMYK 0 0.75 0.05 0.42
HSL 303.75º 0.6% 0.36% -
HSV(B) 303.75º 0.75% 0.58% -
XYZ 17.94 9.67 26.51 -
YUV 82.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 149 37 142 0 0.75 0.05 0.42 303.75 0.6 0.36
Hex 95 25 8E 0 4B 5 2A 130 3C 24
Octal 225 45 216 0 113 5 52 460 74 44
Binary 10010101 100101 10001110 0 1001011 101 101010 100110000 111100 100100

Color Harmonies of #95258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95258E

Black with #95258E

Text Example


Text Example

White with #95258E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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