Html Css Color HEX #9B70CB Amethyst

📋 copy color: '#9B70CB'

red 155 ◦ green 112 ◦ blue 203

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

Shades of Amethyst #9B70CB

Tints of Amethyst #9B70CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 32.98%
G = 23.83%
B = 43.19%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B70CB (or 0x9B70CB) is known color: Amethyst. HEX triplet: 9B, 70 and CB. RGB value is (155,112,203). Sum of RGB (Red+Green+Blue) = 155+112+203=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B70CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B70CB is #648F34. Grayscale: #868686. Windows color (decimal): -6590261 or 13332635. OLE color: 13332635.

HSL color Cylindrical-coordinate representation of color #9B70CB: hue angle of 268.35º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B70CB is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 112 203 -
CMYK 0.24 0.45 0 0.20
HSL 268.35º 0.47% 0.62% -
HSV(B) 268.35º 0.45% 0.8% -
XYZ 30.09 22.87 59.33 -
YUV 135.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 155 112 203 0.24 0.45 0 0.20 268.35 0.47 0.62
Hex 9B 70 CB 18 2D 0 14 10C 2F 3E
Octal 233 160 313 30 55 0 24 414 57 76
Binary 10011011 1110000 11001011 11000 101101 0 10100 100001100 101111 111110

Color Harmonies of #9B70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B70CB

Black with #9B70CB

Text Example


Text Example

White with #9B70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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