Html Css Color HEX #95188C Dark Purple

📋 copy color: '#95188C'

red 149 ◦ green 24 ◦ blue 140

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

Shades of Dark Purple #95188C

Tints of Dark Purple #95188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

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

R = 47.6%
G = 7.67%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95188C (or 0x95188C) is known color: Dark Purple. HEX triplet: 95, 18 and 8C. RGB value is (149,24,140). Sum of RGB (Red+Green+Blue) = 149+24+140=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95188C is #6AE773. Grayscale: #4A4A4A. Windows color (decimal): -7006068 or 9181333. OLE color: 9181333.

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

Color convert

RGB 149 24 140 -
CMYK 0 0.84 0.06 0.42
HSL 304.32º 0.72% 0.34% -
HSV(B) 304.32º 0.84% 0.58% -
XYZ 17.45 8.94 25.62 -
YUV 74.6 164.91 181.07 -
System Red Green Blue C M Y K H S L
Decimal 149 24 140 0 0.84 0.06 0.42 304.32 0.72 0.34
Hex 95 18 8C 0 54 6 2A 130 48 22
Octal 225 30 214 0 124 6 52 460 110 42
Binary 10010101 11000 10001100 0 1010100 110 101010 100110000 1001000 100010

Color Harmonies of #95188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95188C

Black with #95188C

Text Example


Text Example

White with #95188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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