Html Css Color HEX #9B65DA Amethyst

📋 copy color: '#9B65DA'

red 155 ◦ green 101 ◦ blue 218

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

Shades of Amethyst #9B65DA

Tints of Amethyst #9B65DA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.31%

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

R = 32.7%
G = 21.31%
B = 45.99%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B65DA (or 0x9B65DA) is known color: Amethyst. HEX triplet: 9B, 65 and DA. RGB value is (155,101,218). Sum of RGB (Red+Green+Blue) = 155+101+218=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B65DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B65DA is #649A25. Grayscale: #828282. Windows color (decimal): -6593062 or 14312859. OLE color: 14312859.

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

Color convert

RGB 155 101 218 -
CMYK 0.29 0.54 0 0.15
HSL 267.69º 0.61% 0.63% -
HSV(B) 267.69º 0.54% 0.85% -
XYZ 30.83 21.34 68.82 -
YUV 130.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 155 101 218 0.29 0.54 0 0.15 267.69 0.61 0.63
Hex 9B 65 DA 1D 36 0 F 10C 3D 3F
Octal 233 145 332 35 66 0 17 414 75 77
Binary 10011011 1100101 11011010 11101 110110 0 1111 100001100 111101 111111

Color Harmonies of #9B65DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B65DA

Black with #9B65DA

Text Example


Text Example

White with #9B65DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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