Html Css Color HEX #9B71CE Amethyst

📋 copy color: '#9B71CE'

red 155 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #9B71CE

Tints of Amethyst #9B71CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.84%

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

R = 32.7%
G = 23.84%
B = 43.46%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B71CE (or 0x9B71CE) is known color: Amethyst. HEX triplet: 9B, 71 and CE. RGB value is (155,113,206). Sum of RGB (Red+Green+Blue) = 155+113+206=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B71CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B71CE is #648E31. Grayscale: #878787. Windows color (decimal): -6590002 or 13529499. OLE color: 13529499.

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

Color convert

RGB 155 113 206 -
CMYK 0.25 0.45 0 0.19
HSL 267.1º 0.49% 0.63% -
HSV(B) 267.1º 0.45% 0.81% -
XYZ 30.56 23.24 61.27 -
YUV 136.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 155 113 206 0.25 0.45 0 0.19 267.1 0.49 0.63
Hex 9B 71 CE 19 2D 0 13 10B 31 3F
Octal 233 161 316 31 55 0 23 413 61 77
Binary 10011011 1110001 11001110 11001 101101 0 10011 100001011 110001 111111

Color Harmonies of #9B71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B71CE

Black with #9B71CE

Text Example


Text Example

White with #9B71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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