Html Css Color HEX #95296F Dark Purple

📋 copy color: '#95296F'

red 149 ◦ green 41 ◦ blue 111

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

Shades of Dark Purple #95296F

Tints of Dark Purple #95296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 49.5%
G = 13.62%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95296F (or 0x95296F) is known color: Dark Purple. HEX triplet: 95, 29 and 6F. RGB value is (149,41,111). Sum of RGB (Red+Green+Blue) = 149+41+111=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #95296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95296F is #6AD690. Grayscale: #515151. Windows color (decimal): -7001745 or 7285141. OLE color: 7285141.

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

Color convert

RGB 149 41 111 -
CMYK 0 0.72 0.26 0.42
HSL 321.11º 0.57% 0.37% -
HSV(B) 321.11º 0.72% 0.58% -
XYZ 16.06 9.12 15.95 -
YUV 81.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 149 41 111 0 0.72 0.26 0.42 321.11 0.57 0.37
Hex 95 29 6F 0 48 1A 2A 141 39 25
Octal 225 51 157 0 110 32 52 501 71 45
Binary 10010101 101001 1101111 0 1001000 11010 101010 101000001 111001 100101

Color Harmonies of #95296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95296F

Black with #95296F

Text Example


Text Example

White with #95296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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