Html Css Color HEX #95206D Dark Purple

📋 copy color: '#95206D'

red 149 ◦ green 32 ◦ blue 109

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

Shades of Dark Purple #95206D

Tints of Dark Purple #95206D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 51.38%
G = 11.03%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95206D (or 0x95206D) is known color: Dark Purple. HEX triplet: 95, 20 and 6D. RGB value is (149,32,109). Sum of RGB (Red+Green+Blue) = 149+32+109=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95206D is #6ADF92. Grayscale: #4B4B4B. Windows color (decimal): -7004051 or 7151765. OLE color: 7151765.

HSL color Cylindrical-coordinate representation of color #95206D: hue angle of 320.51º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95206D is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 109 -
CMYK 0 0.79 0.27 0.42
HSL 320.51º 0.65% 0.35% -
HSV(B) 320.51º 0.79% 0.58% -
XYZ 15.67 8.53 15.29 -
YUV 75.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 149 32 109 0 0.79 0.27 0.42 320.51 0.65 0.35
Hex 95 20 6D 0 4F 1B 2A 141 41 23
Octal 225 40 155 0 117 33 52 501 101 43
Binary 10010101 100000 1101101 0 1001111 11011 101010 101000001 1000001 100011

Color Harmonies of #95206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95206D

Black with #95206D

Text Example


Text Example

White with #95206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95206D; }

 p { color: rgb(149,32,109); }

 H1.HeaderClassName
 {
   color: #95206D;
 }
 .AnyTagClassName
 {
   color: #95206D;
 }
</style>

background-color css

<style>
 a { background-color: #95206D; }

 a { background-color: rgb(149,32,109); }

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

border-color css

<style>
 span { border-color: #95206D; }

 span { border-color: rgb(149,32,109); }

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