Html Css Color HEX #95296B Dark Purple

📋 copy color: '#95296B'

red 149 ◦ green 41 ◦ blue 107

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

Shades of Dark Purple #95296B

Tints of Dark Purple #95296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 50.17%
G = 13.8%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95296B (or 0x95296B) is known color: Dark Purple. HEX triplet: 95, 29 and 6B. RGB value is (149,41,107). Sum of RGB (Red+Green+Blue) = 149+41+107=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95296B is #6AD694. Grayscale: #505050. Windows color (decimal): -7001749 or 7022997. OLE color: 7022997.

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

Color convert

RGB 149 41 107 -
CMYK 0 0.72 0.28 0.42
HSL 323.33º 0.57% 0.37% -
HSV(B) 323.33º 0.72% 0.58% -
XYZ 15.84 9.04 14.82 -
YUV 80.82 142.78 176.63 -
System Red Green Blue C M Y K H S L
Decimal 149 41 107 0 0.72 0.28 0.42 323.33 0.57 0.37
Hex 95 29 6B 0 48 1C 2A 143 39 25
Octal 225 51 153 0 110 34 52 503 71 45
Binary 10010101 101001 1101011 0 1001000 11100 101010 101000011 111001 100101

Color Harmonies of #95296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95296B

Black with #95296B

Text Example


Text Example

White with #95296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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