Html Css Color HEX #95298D Dark Purple

📋 copy color: '#95298D'

red 149 ◦ green 41 ◦ blue 141

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

Shades of Dark Purple #95298D

Tints of Dark Purple #95298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.39%

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

R = 45.02%
G = 12.39%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95298D (or 0x95298D) is known color: Dark Purple. HEX triplet: 95, 29 and 8D. RGB value is (149,41,141). Sum of RGB (Red+Green+Blue) = 149+41+141=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #95298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95298D is #6AD672. Grayscale: #545454. Windows color (decimal): -7001715 or 9251221. OLE color: 9251221.

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

Color convert

RGB 149 41 141 -
CMYK 0 0.72 0.05 0.42
HSL 304.44º 0.57% 0.37% -
HSV(B) 304.44º 0.72% 0.58% -
XYZ 18 9.9 26.16 -
YUV 84.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 149 41 141 0 0.72 0.05 0.42 304.44 0.57 0.37
Hex 95 29 8D 0 48 5 2A 130 39 25
Octal 225 51 215 0 110 5 52 460 71 45
Binary 10010101 101001 10001101 0 1001000 101 101010 100110000 111001 100101

Color Harmonies of #95298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95298D

Black with #95298D

Text Example


Text Example

White with #95298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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