Html Css Color HEX #95248C Dark Purple

📋 copy color: '#95248C'

red 149 ◦ green 36 ◦ blue 140

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

Shades of Dark Purple #95248C

Tints of Dark Purple #95248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 45.85%
G = 11.08%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95248C (or 0x95248C) is known color: Dark Purple. HEX triplet: 95, 24 and 8C. RGB value is (149,36,140). Sum of RGB (Red+Green+Blue) = 149+36+140=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95248C is #6ADB73. Grayscale: #515151. Windows color (decimal): -7002996 or 9184405. OLE color: 9184405.

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

Color convert

RGB 149 36 140 -
CMYK 0 0.76 0.06 0.42
HSL 304.78º 0.61% 0.36% -
HSV(B) 304.78º 0.76% 0.58% -
XYZ 17.76 9.54 25.72 -
YUV 81.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 149 36 140 0 0.76 0.06 0.42 304.78 0.61 0.36
Hex 95 24 8C 0 4C 6 2A 131 3D 24
Octal 225 44 214 0 114 6 52 461 75 44
Binary 10010101 100100 10001100 0 1001100 110 101010 100110001 111101 100100

Color Harmonies of #95248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95248C

Black with #95248C

Text Example


Text Example

White with #95248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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