Html Css Color HEX #95218B Dark Purple

📋 copy color: '#95218B'

red 149 ◦ green 33 ◦ blue 139

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

Shades of Dark Purple #95218B

Tints of Dark Purple #95218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 46.42%
G = 10.28%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95218B (or 0x95218B) is known color: Dark Purple. HEX triplet: 95, 21 and 8B. RGB value is (149,33,139). Sum of RGB (Red+Green+Blue) = 149+33+139=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #95218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95218B is #6ADE74. Grayscale: #4F4F4F. Windows color (decimal): -7003765 or 9118101. OLE color: 9118101.

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

Color convert

RGB 149 33 139 -
CMYK 0 0.78 0.07 0.42
HSL 305.17º 0.64% 0.36% -
HSV(B) 305.17º 0.78% 0.58% -
XYZ 17.6 9.34 25.3 -
YUV 79.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 149 33 139 0 0.78 0.07 0.42 305.17 0.64 0.36
Hex 95 21 8B 0 4E 7 2A 131 40 24
Octal 225 41 213 0 116 7 52 461 100 44
Binary 10010101 100001 10001011 0 1001110 111 101010 100110001 1000000 100100

Color Harmonies of #95218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95218B

Black with #95218B

Text Example


Text Example

White with #95218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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