Html Css Color HEX #9B63CE Amethyst

📋 copy color: '#9B63CE'

red 155 ◦ green 99 ◦ blue 206

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

Shades of Amethyst #9B63CE

Tints of Amethyst #9B63CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 33.7%
G = 21.52%
B = 44.78%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B63CE (or 0x9B63CE) is known color: Amethyst. HEX triplet: 9B, 63 and CE. RGB value is (155,99,206). Sum of RGB (Red+Green+Blue) = 155+99+206=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B63CE is #649C31. Grayscale: #7F7F7F. Windows color (decimal): -6593586 or 13525915. OLE color: 13525915.

HSL color Cylindrical-coordinate representation of color #9B63CE: hue angle of 271.4º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B63CE is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 99 206 -
CMYK 0.25 0.52 0 0.19
HSL 271.4º 0.52% 0.6% -
HSV(B) 271.4º 0.52% 0.81% -
XYZ 29.12 20.35 60.79 -
YUV 127.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 155 99 206 0.25 0.52 0 0.19 271.4 0.52 0.6
Hex 9B 63 CE 19 34 0 13 10F 34 3C
Octal 233 143 316 31 64 0 23 417 64 74
Binary 10011011 1100011 11001110 11001 110100 0 10011 100001111 110100 111100

Color Harmonies of #9B63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B63CE

Black with #9B63CE

Text Example


Text Example

White with #9B63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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