Html Css Color HEX #95206B Dark Purple

📋 copy color: '#95206B'

red 149 ◦ green 32 ◦ blue 107

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

Shades of Dark Purple #95206B

Tints of Dark Purple #95206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.15%

R = 51.74%
G = 11.11%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95206B (or 0x95206B) is known color: Dark Purple. HEX triplet: 95, 20 and 6B. RGB value is (149,32,107). Sum of RGB (Red+Green+Blue) = 149+32+107=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #95206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95206B is #6ADF94. Grayscale: #4B4B4B. Windows color (decimal): -7004053 or 7020693. OLE color: 7020693.

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

Color convert

RGB 149 32 107 -
CMYK 0 0.79 0.28 0.42
HSL 321.54º 0.65% 0.35% -
HSV(B) 321.54º 0.79% 0.58% -
XYZ 15.56 8.48 14.73 -
YUV 75.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 149 32 107 0 0.79 0.28 0.42 321.54 0.65 0.35
Hex 95 20 6B 0 4F 1C 2A 142 41 23
Octal 225 40 153 0 117 34 52 502 101 43
Binary 10010101 100000 1101011 0 1001111 11100 101010 101000010 1000001 100011

Color Harmonies of #95206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95206B

Black with #95206B

Text Example


Text Example

White with #95206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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