Html Css Color HEX #95248F Dark Purple

📋 copy color: '#95248F'

red 149 ◦ green 36 ◦ blue 143

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

Shades of Dark Purple #95248F

Tints of Dark Purple #95248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.6%

R = 45.43%
G = 10.98%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95248F (or 0x95248F) is known color: Dark Purple. HEX triplet: 95, 24 and 8F. RGB value is (149,36,143). Sum of RGB (Red+Green+Blue) = 149+36+143=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95248F is #6ADB70. Grayscale: #515151. Windows color (decimal): -7002993 or 9381013. OLE color: 9381013.

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

Color convert

RGB 149 36 143 -
CMYK 0 0.76 0.04 0.42
HSL 303.19º 0.61% 0.36% -
HSV(B) 303.19º 0.76% 0.58% -
XYZ 17.98 9.63 26.9 -
YUV 81.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 149 36 143 0 0.76 0.04 0.42 303.19 0.61 0.36
Hex 95 24 8F 0 4C 4 2A 12F 3D 24
Octal 225 44 217 0 114 4 52 457 75 44
Binary 10010101 100100 10001111 0 1001100 100 101010 100101111 111101 100100

Color Harmonies of #95248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95248F

Black with #95248F

Text Example


Text Example

White with #95248F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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