Html Css Color HEX #9C51EB Amethyst

📋 copy color: '#9C51EB'

red 156 ◦ green 81 ◦ blue 235

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

Shades of Amethyst #9C51EB

Tints of Amethyst #9C51EB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.16%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 33.05%
G = 17.16%
B = 49.79%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C51EB (or 0x9C51EB) is known color: Amethyst. HEX triplet: 9C, 51 and EB. RGB value is (156,81,235). Sum of RGB (Red+Green+Blue) = 156+81+235=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C51EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C51EB is #63AE14. Grayscale: #787878. Windows color (decimal): -6532629 or 15421852. OLE color: 15421852.

HSL color Cylindrical-coordinate representation of color #9C51EB: hue angle of 269.22º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C51EB is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 81 235 -
CMYK 0.34 0.66 0 0.08
HSL 269.22º 0.79% 0.62% -
HSV(B) 269.22º 0.66% 0.92% -
XYZ 31.65 18.95 80.59 -
YUV 120.98 192.35 152.98 -
System Red Green Blue C M Y K H S L
Decimal 156 81 235 0.34 0.66 0 0.08 269.22 0.79 0.62
Hex 9C 51 EB 22 42 0 8 10D 4F 3E
Octal 234 121 353 42 102 0 10 415 117 76
Binary 10011100 1010001 11101011 100010 1000010 0 1000 100001101 1001111 111110

Color Harmonies of #9C51EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C51EB

Black with #9C51EB

Text Example


Text Example

White with #9C51EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,81,235); }

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

background-color css

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

 a { background-color: rgb(156,81,235); }

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

border-color css

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

 span { border-color: rgb(156,81,235); }

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