Html Css Color HEX #9B5EDC Amethyst

📋 copy color: '#9B5EDC'

red 155 ◦ green 94 ◦ blue 220

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

Shades of Amethyst #9B5EDC

Tints of Amethyst #9B5EDC

RGB

 RED value IS 155 (60.94% from 255) = 33.05%

 GREEN value IS 94 (37.11% from 255) = 20.04%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 33.05%
G = 20.04%
B = 46.91%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B5EDC (or 0x9B5EDC) is known color: Amethyst. HEX triplet: 9B, 5E and DC. RGB value is (155,94,220). Sum of RGB (Red+Green+Blue) = 155+94+220=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B5EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5EDC is #64A123. Grayscale: #7E7E7E. Windows color (decimal): -6594852 or 14442139. OLE color: 14442139.

HSL color Cylindrical-coordinate representation of color #9B5EDC: hue angle of 269.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B5EDC is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 94 220 -
CMYK 0.30 0.57 0 0.14
HSL 269.05º 0.64% 0.62% -
HSV(B) 269.05º 0.57% 0.86% -
XYZ 30.44 20.14 69.99 -
YUV 126.6 180.71 148.25 -
System Red Green Blue C M Y K H S L
Decimal 155 94 220 0.30 0.57 0 0.14 269.05 0.64 0.62
Hex 9B 5E DC 1E 39 0 E 10D 40 3E
Octal 233 136 334 36 71 0 16 415 100 76
Binary 10011011 1011110 11011100 11110 111001 0 1110 100001101 1000000 111110

Color Harmonies of #9B5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5EDC

Black with #9B5EDC

Text Example


Text Example

White with #9B5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,94,220); }

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

background-color css

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

 a { background-color: rgb(155,94,220); }

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

border-color css

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

 span { border-color: rgb(155,94,220); }

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