Html Css Color HEX #9B5CDC Amethyst

📋 copy color: '#9B5CDC'

red 155 ◦ green 92 ◦ blue 220

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

Shades of Amethyst #9B5CDC

Tints of Amethyst #9B5CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.7%

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

R = 33.19%
G = 19.7%
B = 47.11%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B5CDC (or 0x9B5CDC) is known color: Amethyst. HEX triplet: 9B, 5C and DC. RGB value is (155,92,220). Sum of RGB (Red+Green+Blue) = 155+92+220=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B5CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5CDC is #64A323. Grayscale: #7C7C7C. Windows color (decimal): -6595364 or 14441627. OLE color: 14441627.

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

Color convert

RGB 155 92 220 -
CMYK 0.30 0.58 0 0.14
HSL 269.53º 0.65% 0.61% -
HSV(B) 269.53º 0.58% 0.86% -
XYZ 30.26 19.79 69.94 -
YUV 125.43 181.37 149.09 -
System Red Green Blue C M Y K H S L
Decimal 155 92 220 0.30 0.58 0 0.14 269.53 0.65 0.61
Hex 9B 5C DC 1E 3A 0 E 10E 41 3D
Octal 233 134 334 36 72 0 16 416 101 75
Binary 10011011 1011100 11011100 11110 111010 0 1110 100001110 1000001 111101

Color Harmonies of #9B5CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5CDC

Black with #9B5CDC

Text Example


Text Example

White with #9B5CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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