Html Css Color HEX #95286E Dark Purple

📋 copy color: '#95286E'

red 149 ◦ green 40 ◦ blue 110

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

Shades of Dark Purple #95286E

Tints of Dark Purple #95286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 49.83%
G = 13.38%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95286E (or 0x95286E) is known color: Dark Purple. HEX triplet: 95, 28 and 6E. RGB value is (149,40,110). Sum of RGB (Red+Green+Blue) = 149+40+110=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95286E is #6AD791. Grayscale: #505050. Windows color (decimal): -7002002 or 7219349. OLE color: 7219349.

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

Color convert

RGB 149 40 110 -
CMYK 0 0.73 0.26 0.42
HSL 321.47º 0.58% 0.37% -
HSV(B) 321.47º 0.73% 0.58% -
XYZ 15.97 9.03 15.65 -
YUV 80.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 149 40 110 0 0.73 0.26 0.42 321.47 0.58 0.37
Hex 95 28 6E 0 49 1A 2A 141 3A 25
Octal 225 50 156 0 111 32 52 501 72 45
Binary 10010101 101000 1101110 0 1001001 11010 101010 101000001 111010 100101

Color Harmonies of #95286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95286E

Black with #95286E

Text Example


Text Example

White with #95286E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95286E; }

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

 H1.HeaderClassName
 {
   color: #95286E;
 }
 .AnyTagClassName
 {
   color: #95286E;
 }
</style>

background-color css

<style>
 a { background-color: #95286E; }

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

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

border-color css

<style>
 span { border-color: #95286E; }

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

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