Html Css Color HEX #9C50DB Amethyst

📋 copy color: '#9C50DB'

red 156 ◦ green 80 ◦ blue 219

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

Shades of Amethyst #9C50DB

Tints of Amethyst #9C50DB

RGB

 RED value IS 156 (61.33% from 255) = 34.29%

 GREEN value IS 80 (31.64% from 255) = 17.58%

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

R = 34.29%
G = 17.58%
B = 48.13%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C50DB (or 0x9C50DB) is known color: Amethyst. HEX triplet: 9C, 50 and DB. RGB value is (156,80,219). Sum of RGB (Red+Green+Blue) = 156+80+219=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C50DB is #63AF24. Grayscale: #767676. Windows color (decimal): -6532901 or 14373020. OLE color: 14373020.

HSL color Cylindrical-coordinate representation of color #9C50DB: hue angle of 272.81º 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 #9C50DB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 80 219 -
CMYK 0.29 0.63 0 0.14
HSL 272.81º 0.66% 0.59% -
HSV(B) 272.81º 0.63% 0.86% -
XYZ 29.37 17.92 68.93 -
YUV 118.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 156 80 219 0.29 0.63 0 0.14 272.81 0.66 0.59
Hex 9C 50 DB 1D 3F 0 E 111 42 3B
Octal 234 120 333 35 77 0 16 421 102 73
Binary 10011100 1010000 11011011 11101 111111 0 1110 100010001 1000010 111011

Color Harmonies of #9C50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C50DB

Black with #9C50DB

Text Example


Text Example

White with #9C50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C50DB; }

 p { color: rgb(156,80,219); }

 H1.HeaderClassName
 {
   color: #9C50DB;
 }
 .AnyTagClassName
 {
   color: #9C50DB;
 }
</style>

background-color css

<style>
 a { background-color: #9C50DB; }

 a { background-color: rgb(156,80,219); }

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

border-color css

<style>
 span { border-color: #9C50DB; }

 span { border-color: rgb(156,80,219); }

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