Html Css Color HEX #9B64DD Amethyst

📋 copy color: '#9B64DD'

red 155 ◦ green 100 ◦ blue 221

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

Shades of Amethyst #9B64DD

Tints of Amethyst #9B64DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 32.56%
G = 21.01%
B = 46.43%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B64DD (or 0x9B64DD) is known color: Amethyst. HEX triplet: 9B, 64 and DD. RGB value is (155,100,221). Sum of RGB (Red+Green+Blue) = 155+100+221=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B64DD is #649B22. Grayscale: #818181. Windows color (decimal): -6593315 or 14509211. OLE color: 14509211.

HSL color Cylindrical-coordinate representation of color #9B64DD: hue angle of 267.27º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B64DD is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 100 221 -
CMYK 0.30 0.55 0 0.13
HSL 267.27º 0.64% 0.63% -
HSV(B) 267.27º 0.55% 0.87% -
XYZ 31.13 21.3 70.88 -
YUV 130.24 179.22 145.66 -
System Red Green Blue C M Y K H S L
Decimal 155 100 221 0.30 0.55 0 0.13 267.27 0.64 0.63
Hex 9B 64 DD 1E 37 0 D 10B 40 3F
Octal 233 144 335 36 67 0 15 413 100 77
Binary 10011011 1100100 11011101 11110 110111 0 1101 100001011 1000000 111111

Color Harmonies of #9B64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B64DD

Black with #9B64DD

Text Example


Text Example

White with #9B64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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