Html Css Color HEX #8853DB Amethyst

📋 copy color: '#8853DB'

red 136 ◦ green 83 ◦ blue 219

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

Shades of Amethyst #8853DB

Tints of Amethyst #8853DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.95%

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

R = 31.05%
G = 18.95%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8853DB (or 0x8853DB) is known color: Amethyst. HEX triplet: 88, 53 and DB. RGB value is (136,83,219). Sum of RGB (Red+Green+Blue) = 136+83+219=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #8853DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8853DB is #77AC24. Grayscale: #717171. Windows color (decimal): -7842853 or 14373768. OLE color: 14373768.

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

Color convert

RGB 136 83 219 -
CMYK 0.38 0.62 0 0.14
HSL 263.38º 0.65% 0.59% -
HSV(B) 263.38º 0.62% 0.86% -
XYZ 26.03 16.54 68.84 -
YUV 114.35 187.06 143.44 -
System Red Green Blue C M Y K H S L
Decimal 136 83 219 0.38 0.62 0 0.14 263.38 0.65 0.59
Hex 88 53 DB 26 3E 0 E 107 41 3B
Octal 210 123 333 46 76 0 16 407 101 73
Binary 10001000 1010011 11011011 100110 111110 0 1110 100000111 1000001 111011

Color Harmonies of #8853DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8853DB

Black with #8853DB

Text Example


Text Example

White with #8853DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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