Html Css Color HEX #9B5FDA Amethyst

📋 copy color: '#9B5FDA'

red 155 ◦ green 95 ◦ blue 218

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

Shades of Amethyst #9B5FDA

Tints of Amethyst #9B5FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.3%

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

R = 33.12%
G = 20.3%
B = 46.58%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B5FDA (or 0x9B5FDA) is known color: Amethyst. HEX triplet: 9B, 5F and DA. RGB value is (155,95,218). Sum of RGB (Red+Green+Blue) = 155+95+218=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B5FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FDA is #64A025. Grayscale: #7E7E7E. Windows color (decimal): -6594598 or 14311323. OLE color: 14311323.

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

Color convert

RGB 155 95 218 -
CMYK 0.29 0.56 0 0.15
HSL 269.27º 0.62% 0.61% -
HSV(B) 269.27º 0.56% 0.85% -
XYZ 30.26 20.21 68.64 -
YUV 126.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 155 95 218 0.29 0.56 0 0.15 269.27 0.62 0.61
Hex 9B 5F DA 1D 38 0 F 10D 3E 3D
Octal 233 137 332 35 70 0 17 415 76 75
Binary 10011011 1011111 11011010 11101 111000 0 1111 100001101 111110 111101

Color Harmonies of #9B5FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5FDA

Black with #9B5FDA

Text Example


Text Example

White with #9B5FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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