Html Css Color HEX #9B66DA Amethyst

📋 copy color: '#9B66DA'

red 155 ◦ green 102 ◦ blue 218

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

Shades of Amethyst #9B66DA

Tints of Amethyst #9B66DA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.47%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 32.63%
G = 21.47%
B = 45.89%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B66DA (or 0x9B66DA) is known color: Amethyst. HEX triplet: 9B, 66 and DA. RGB value is (155,102,218). Sum of RGB (Red+Green+Blue) = 155+102+218=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B66DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B66DA is #649925. Grayscale: #828282. Windows color (decimal): -6592806 or 14313115. OLE color: 14313115.

HSL color Cylindrical-coordinate representation of color #9B66DA: hue angle of 267.41º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B66DA is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 102 218 -
CMYK 0.29 0.53 0 0.15
HSL 267.41º 0.61% 0.63% -
HSV(B) 267.41º 0.53% 0.85% -
XYZ 30.92 21.53 68.86 -
YUV 131.07 177.06 145.07 -
System Red Green Blue C M Y K H S L
Decimal 155 102 218 0.29 0.53 0 0.15 267.41 0.61 0.63
Hex 9B 66 DA 1D 35 0 F 10B 3D 3F
Octal 233 146 332 35 65 0 17 413 75 77
Binary 10011011 1100110 11011010 11101 110101 0 1111 100001011 111101 111111

Color Harmonies of #9B66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B66DA

Black with #9B66DA

Text Example


Text Example

White with #9B66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,102,218); }

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

background-color css

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

 a { background-color: rgb(155,102,218); }

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

border-color css

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

 span { border-color: rgb(155,102,218); }

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