Html Css Color HEX #9B63CB Amethyst

📋 copy color: '#9B63CB'

red 155 ◦ green 99 ◦ blue 203

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

Shades of Amethyst #9B63CB

Tints of Amethyst #9B63CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.66%

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 33.92%
G = 21.66%
B = 44.42%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B63CB (or 0x9B63CB) is known color: Amethyst. HEX triplet: 9B, 63 and CB. RGB value is (155,99,203). Sum of RGB (Red+Green+Blue) = 155+99+203=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B63CB is #649C34. Grayscale: #7F7F7F. Windows color (decimal): -6593589 or 13329307. OLE color: 13329307.

HSL color Cylindrical-coordinate representation of color #9B63CB: hue angle of 272.31º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B63CB is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 99 203 -
CMYK 0.24 0.51 0 0.20
HSL 272.31º 0.5% 0.59% -
HSV(B) 272.31º 0.51% 0.8% -
XYZ 28.76 20.2 58.88 -
YUV 127.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 155 99 203 0.24 0.51 0 0.20 272.31 0.5 0.59
Hex 9B 63 CB 18 33 0 14 110 32 3B
Octal 233 143 313 30 63 0 24 420 62 73
Binary 10011011 1100011 11001011 11000 110011 0 10100 100010000 110010 111011

Color Harmonies of #9B63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B63CB

Black with #9B63CB

Text Example


Text Example

White with #9B63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,99,203); }

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

background-color css

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

 a { background-color: rgb(155,99,203); }

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

border-color css

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

 span { border-color: rgb(155,99,203); }

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