Html Css Color HEX #9B64CC Amethyst

📋 copy color: '#9B64CC'

red 155 ◦ green 100 ◦ blue 204

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

Shades of Amethyst #9B64CC

Tints of Amethyst #9B64CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.79%

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 33.77%
G = 21.79%
B = 44.44%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B64CC (or 0x9B64CC) is known color: Amethyst. HEX triplet: 9B, 64 and CC. RGB value is (155,100,204). Sum of RGB (Red+Green+Blue) = 155+100+204=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B64CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B64CC is #649B33. Grayscale: #7F7F7F. Windows color (decimal): -6593332 or 13395099. OLE color: 13395099.

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

Color convert

RGB 155 100 204 -
CMYK 0.24 0.51 0 0.2
HSL 271.73º 0.5% 0.6% -
HSV(B) 271.73º 0.51% 0.8% -
XYZ 28.97 20.44 59.55 -
YUV 128.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 155 100 204 0.24 0.51 0 0.2 271.73 0.5 0.6
Hex 9B 64 CC 18 33 0 14 110 32 3C
Octal 233 144 314 30 63 0 24 420 62 74
Binary 10011011 1100100 11001100 11000 110011 0 10100 100010000 110010 111100

Color Harmonies of #9B64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B64CC

Black with #9B64CC

Text Example


Text Example

White with #9B64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,100,204); }

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

background-color css

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

 a { background-color: rgb(155,100,204); }

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

border-color css

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

 span { border-color: rgb(155,100,204); }

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