Html Css Color HEX #95216C Dark Purple

📋 copy color: '#95216C'

red 149 ◦ green 33 ◦ blue 108

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

Shades of Dark Purple #95216C

Tints of Dark Purple #95216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 51.38%
G = 11.38%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95216C (or 0x95216C) is known color: Dark Purple. HEX triplet: 95, 21 and 6C. RGB value is (149,33,108). Sum of RGB (Red+Green+Blue) = 149+33+108=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95216C is #6ADE93. Grayscale: #4C4C4C. Windows color (decimal): -7003796 or 7086485. OLE color: 7086485.

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

Color convert

RGB 149 33 108 -
CMYK 0 0.78 0.28 0.42
HSL 321.21º 0.64% 0.36% -
HSV(B) 321.21º 0.78% 0.58% -
XYZ 15.65 8.56 15.02 -
YUV 76.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 149 33 108 0 0.78 0.28 0.42 321.21 0.64 0.36
Hex 95 21 6C 0 4E 1C 2A 141 40 24
Octal 225 41 154 0 116 34 52 501 100 44
Binary 10010101 100001 1101100 0 1001110 11100 101010 101000001 1000000 100100

Color Harmonies of #95216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95216C

Black with #95216C

Text Example


Text Example

White with #95216C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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