Html Css Color HEX #95248D Dark Purple

📋 copy color: '#95248D'

red 149 ◦ green 36 ◦ blue 141

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

Shades of Dark Purple #95248D

Tints of Dark Purple #95248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.04%

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 45.71%
G = 11.04%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95248D (or 0x95248D) is known color: Dark Purple. HEX triplet: 95, 24 and 8D. RGB value is (149,36,141). Sum of RGB (Red+Green+Blue) = 149+36+141=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95248D is #6ADB72. Grayscale: #515151. Windows color (decimal): -7002995 or 9249941. OLE color: 9249941.

HSL color Cylindrical-coordinate representation of color #95248D: hue angle of 304.25º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95248D is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 141 -
CMYK 0 0.76 0.05 0.42
HSL 304.25º 0.61% 0.36% -
HSV(B) 304.25º 0.76% 0.58% -
XYZ 17.83 9.57 26.11 -
YUV 81.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 149 36 141 0 0.76 0.05 0.42 304.25 0.61 0.36
Hex 95 24 8D 0 4C 5 2A 130 3D 24
Octal 225 44 215 0 114 5 52 460 75 44
Binary 10010101 100100 10001101 0 1001100 101 101010 100110000 111101 100100

Color Harmonies of #95248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95248D

Black with #95248D

Text Example


Text Example

White with #95248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95248D; }

 p { color: rgb(149,36,141); }

 H1.HeaderClassName
 {
   color: #95248D;
 }
 .AnyTagClassName
 {
   color: #95248D;
 }
</style>

background-color css

<style>
 a { background-color: #95248D; }

 a { background-color: rgb(149,36,141); }

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

border-color css

<style>
 span { border-color: #95248D; }

 span { border-color: rgb(149,36,141); }

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