Html Css Color HEX #9B5BCF Amethyst

📋 copy color: '#9B5BCF'

red 155 ◦ green 91 ◦ blue 207

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

Shades of Amethyst #9B5BCF

Tints of Amethyst #9B5BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.09%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 34.22%
G = 20.09%
B = 45.7%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B5BCF (or 0x9B5BCF) is known color: Amethyst. HEX triplet: 9B, 5B and CF. RGB value is (155,91,207). Sum of RGB (Red+Green+Blue) = 155+91+207=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B5BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5BCF is #64A430. Grayscale: #7A7A7A. Windows color (decimal): -6595633 or 13589403. OLE color: 13589403.

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

Color convert

RGB 155 91 207 -
CMYK 0.25 0.56 0 0.19
HSL 273.1º 0.55% 0.58% -
HSV(B) 273.1º 0.56% 0.81% -
XYZ 28.52 18.96 61.19 -
YUV 123.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 155 91 207 0.25 0.56 0 0.19 273.1 0.55 0.58
Hex 9B 5B CF 19 38 0 13 111 37 3A
Octal 233 133 317 31 70 0 23 421 67 72
Binary 10011011 1011011 11001111 11001 111000 0 10011 100010001 110111 111010

Color Harmonies of #9B5BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5BCF

Black with #9B5BCF

Text Example


Text Example

White with #9B5BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,91,207); }

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

background-color css

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

 a { background-color: rgb(155,91,207); }

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

border-color css

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

 span { border-color: rgb(155,91,207); }

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