Html Css Color HEX #95208F Dark Purple

📋 copy color: '#95208F'

red 149 ◦ green 32 ◦ blue 143

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

Shades of Dark Purple #95208F

Tints of Dark Purple #95208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.88%

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

R = 45.99%
G = 9.88%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95208F (or 0x95208F) is known color: Dark Purple. HEX triplet: 95, 20 and 8F. RGB value is (149,32,143). Sum of RGB (Red+Green+Blue) = 149+32+143=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95208F is #6ADF70. Grayscale: #4F4F4F. Windows color (decimal): -7004017 or 9379989. OLE color: 9379989.

HSL color Cylindrical-coordinate representation of color #95208F: hue angle of 303.08º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95208F is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 143 -
CMYK 0 0.79 0.04 0.42
HSL 303.08º 0.65% 0.35% -
HSV(B) 303.08º 0.79% 0.58% -
XYZ 17.87 9.41 26.86 -
YUV 79.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 149 32 143 0 0.79 0.04 0.42 303.08 0.65 0.35
Hex 95 20 8F 0 4F 4 2A 12F 41 23
Octal 225 40 217 0 117 4 52 457 101 43
Binary 10010101 100000 10001111 0 1001111 100 101010 100101111 1000001 100011

Color Harmonies of #95208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95208F

Black with #95208F

Text Example


Text Example

White with #95208F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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