Html Css Color HEX #95217C Dark Purple

📋 copy color: '#95217C'

red 149 ◦ green 33 ◦ blue 124

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

Shades of Dark Purple #95217C

Tints of Dark Purple #95217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.52%

R = 48.69%
G = 10.78%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95217C (or 0x95217C) is known color: Dark Purple. HEX triplet: 95, 21 and 7C. RGB value is (149,33,124). Sum of RGB (Red+Green+Blue) = 149+33+124=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95217C is #6ADE83. Grayscale: #4D4D4D. Windows color (decimal): -7003780 or 8135061. OLE color: 8135061.

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

Color convert

RGB 149 33 124 -
CMYK 0 0.78 0.17 0.42
HSL 312.93º 0.64% 0.36% -
HSV(B) 312.93º 0.78% 0.58% -
XYZ 16.58 8.93 19.92 -
YUV 78.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 149 33 124 0 0.78 0.17 0.42 312.93 0.64 0.36
Hex 95 21 7C 0 4E 11 2A 139 40 24
Octal 225 41 174 0 116 21 52 471 100 44
Binary 10010101 100001 1111100 0 1001110 10001 101010 100111001 1000000 100100

Color Harmonies of #95217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95217C

Black with #95217C

Text Example


Text Example

White with #95217C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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