Html Css Color HEX #95278C Dark Purple

📋 copy color: '#95278C'

red 149 ◦ green 39 ◦ blue 140

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

Shades of Dark Purple #95278C

Tints of Dark Purple #95278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 45.43%
G = 11.89%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95278C (or 0x95278C) is known color: Dark Purple. HEX triplet: 95, 27 and 8C. RGB value is (149,39,140). Sum of RGB (Red+Green+Blue) = 149+39+140=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95278C is #6AD873. Grayscale: #535353. Windows color (decimal): -7002228 or 9185173. OLE color: 9185173.

HSL color Cylindrical-coordinate representation of color #95278C: hue angle of 304.91º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95278C is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 39 140 -
CMYK 0 0.74 0.06 0.42
HSL 304.91º 0.59% 0.37% -
HSV(B) 304.91º 0.74% 0.58% -
XYZ 17.85 9.73 25.75 -
YUV 83.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 149 39 140 0 0.74 0.06 0.42 304.91 0.59 0.37
Hex 95 27 8C 0 4A 6 2A 131 3B 25
Octal 225 47 214 0 112 6 52 461 73 45
Binary 10010101 100111 10001100 0 1001010 110 101010 100110001 111011 100101

Color Harmonies of #95278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95278C

Black with #95278C

Text Example


Text Example

White with #95278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95278C; }

 p { color: rgb(149,39,140); }

 H1.HeaderClassName
 {
   color: #95278C;
 }
 .AnyTagClassName
 {
   color: #95278C;
 }
</style>

background-color css

<style>
 a { background-color: #95278C; }

 a { background-color: rgb(149,39,140); }

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

border-color css

<style>
 span { border-color: #95278C; }

 span { border-color: rgb(149,39,140); }

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