Html Css Color HEX #8852DB Amethyst

📋 copy color: '#8852DB'

red 136 ◦ green 82 ◦ blue 219

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

Shades of Amethyst #8852DB

Tints of Amethyst #8852DB

RGB

 RED value IS 136 (53.52% from 255) = 31.12%

 GREEN value IS 82 (32.42% from 255) = 18.76%

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 31.12%
G = 18.76%
B = 50.11%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8852DB (or 0x8852DB) is known color: Amethyst. HEX triplet: 88, 52 and DB. RGB value is (136,82,219). Sum of RGB (Red+Green+Blue) = 136+82+219=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #8852DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852DB is #77AD24. Grayscale: #717171. Windows color (decimal): -7843109 or 14373512. OLE color: 14373512.

HSL color Cylindrical-coordinate representation of color #8852DB: hue angle of 263.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8852DB is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 82 219 -
CMYK 0.38 0.63 0 0.14
HSL 263.65º 0.66% 0.59% -
HSV(B) 263.65º 0.63% 0.86% -
XYZ 25.96 16.38 68.81 -
YUV 113.76 187.39 143.86 -
System Red Green Blue C M Y K H S L
Decimal 136 82 219 0.38 0.63 0 0.14 263.65 0.66 0.59
Hex 88 52 DB 26 3F 0 E 108 42 3B
Octal 210 122 333 46 77 0 16 410 102 73
Binary 10001000 1010010 11011011 100110 111111 0 1110 100001000 1000010 111011

Color Harmonies of #8852DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8852DB

Black with #8852DB

Text Example


Text Example

White with #8852DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8852DB; }

 p { color: rgb(136,82,219); }

 H1.HeaderClassName
 {
   color: #8852DB;
 }
 .AnyTagClassName
 {
   color: #8852DB;
 }
</style>

background-color css

<style>
 a { background-color: #8852DB; }

 a { background-color: rgb(136,82,219); }

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

border-color css

<style>
 span { border-color: #8852DB; }

 span { border-color: rgb(136,82,219); }

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