Html Css Color HEX #9B70CE Amethyst

📋 copy color: '#9B70CE'

red 155 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #9B70CE

Tints of Amethyst #9B70CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

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

R = 32.77%
G = 23.68%
B = 43.55%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B70CE (or 0x9B70CE) is known color: Amethyst. HEX triplet: 9B, 70 and CE. RGB value is (155,112,206). Sum of RGB (Red+Green+Blue) = 155+112+206=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B70CE is #648F31. Grayscale: #878787. Windows color (decimal): -6590258 or 13529243. OLE color: 13529243.

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

Color convert

RGB 155 112 206 -
CMYK 0.25 0.46 0 0.19
HSL 267.45º 0.49% 0.62% -
HSV(B) 267.45º 0.46% 0.81% -
XYZ 30.45 23.01 61.23 -
YUV 135.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 155 112 206 0.25 0.46 0 0.19 267.45 0.49 0.62
Hex 9B 70 CE 19 2E 0 13 10B 31 3E
Octal 233 160 316 31 56 0 23 413 61 76
Binary 10011011 1110000 11001110 11001 101110 0 10011 100001011 110001 111110

Color Harmonies of #9B70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B70CE

Black with #9B70CE

Text Example


Text Example

White with #9B70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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