Html Css Color HEX #9B5FCE Amethyst

📋 copy color: '#9B5FCE'

red 155 ◦ green 95 ◦ blue 206

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

Shades of Amethyst #9B5FCE

Tints of Amethyst #9B5FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 33.99%
G = 20.83%
B = 45.18%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B5FCE (or 0x9B5FCE) is known color: Amethyst. HEX triplet: 9B, 5F and CE. RGB value is (155,95,206). Sum of RGB (Red+Green+Blue) = 155+95+206=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B5FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FCE is #64A031. Grayscale: #7D7D7D. Windows color (decimal): -6594610 or 13524891. OLE color: 13524891.

HSL color Cylindrical-coordinate representation of color #9B5FCE: hue angle of 272.43º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B5FCE is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 95 206 -
CMYK 0.25 0.54 0 0.19
HSL 272.43º 0.53% 0.59% -
HSV(B) 272.43º 0.54% 0.81% -
XYZ 28.75 19.61 60.66 -
YUV 125.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 155 95 206 0.25 0.54 0 0.19 272.43 0.53 0.59
Hex 9B 5F CE 19 36 0 13 110 35 3B
Octal 233 137 316 31 66 0 23 420 65 73
Binary 10011011 1011111 11001110 11001 110110 0 10011 100010000 110101 111011

Color Harmonies of #9B5FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5FCE

Black with #9B5FCE

Text Example


Text Example

White with #9B5FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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