Html Css Color HEX #95288F Dark Purple

📋 copy color: '#95288F'

red 149 ◦ green 40 ◦ blue 143

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

Shades of Dark Purple #95288F

Tints of Dark Purple #95288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.05%

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

R = 44.88%
G = 12.05%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95288F (or 0x95288F) is known color: Dark Purple. HEX triplet: 95, 28 and 8F. RGB value is (149,40,143). Sum of RGB (Red+Green+Blue) = 149+40+143=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #95288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95288F is #6AD770. Grayscale: #545454. Windows color (decimal): -7001969 or 9382037. OLE color: 9382037.

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

Color convert

RGB 149 40 143 -
CMYK 0 0.73 0.04 0.42
HSL 303.3º 0.58% 0.37% -
HSV(B) 303.3º 0.73% 0.58% -
XYZ 18.11 9.89 26.94 -
YUV 84.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 149 40 143 0 0.73 0.04 0.42 303.3 0.58 0.37
Hex 95 28 8F 0 49 4 2A 12F 3A 25
Octal 225 50 217 0 111 4 52 457 72 45
Binary 10010101 101000 10001111 0 1001001 100 101010 100101111 111010 100101

Color Harmonies of #95288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95288F

Black with #95288F

Text Example


Text Example

White with #95288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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