Html Css Color HEX #95218C Dark Purple

📋 copy color: '#95218C'

red 149 ◦ green 33 ◦ blue 140

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

Shades of Dark Purple #95218C

Tints of Dark Purple #95218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 46.27%
G = 10.25%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95218C (or 0x95218C) is known color: Dark Purple. HEX triplet: 95, 21 and 8C. RGB value is (149,33,140). Sum of RGB (Red+Green+Blue) = 149+33+140=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95218C is #6ADE73. Grayscale: #4F4F4F. Windows color (decimal): -7003764 or 9183637. OLE color: 9183637.

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

Color convert

RGB 149 33 140 -
CMYK 0 0.78 0.06 0.42
HSL 304.66º 0.64% 0.36% -
HSV(B) 304.66º 0.78% 0.58% -
XYZ 17.67 9.37 25.69 -
YUV 79.88 161.93 177.3 -
System Red Green Blue C M Y K H S L
Decimal 149 33 140 0 0.78 0.06 0.42 304.66 0.64 0.36
Hex 95 21 8C 0 4E 6 2A 131 40 24
Octal 225 41 214 0 116 6 52 461 100 44
Binary 10010101 100001 10001100 0 1001110 110 101010 100110001 1000000 100100

Color Harmonies of #95218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95218C

Black with #95218C

Text Example


Text Example

White with #95218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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