Html Css Color HEX #9B6ECB Amethyst

📋 copy color: '#9B6ECB'

red 155 ◦ green 110 ◦ blue 203

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

Shades of Amethyst #9B6ECB

Tints of Amethyst #9B6ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.5%

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

R = 33.12%
G = 23.5%
B = 43.38%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B6ECB (or 0x9B6ECB) is known color: Amethyst. HEX triplet: 9B, 6E and CB. RGB value is (155,110,203). Sum of RGB (Red+Green+Blue) = 155+110+203=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B6ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ECB is #649134. Grayscale: #858585. Windows color (decimal): -6590773 or 13332123. OLE color: 13332123.

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

Color convert

RGB 155 110 203 -
CMYK 0.24 0.46 0 0.20
HSL 269.03º 0.47% 0.61% -
HSV(B) 269.03º 0.46% 0.8% -
XYZ 29.87 22.43 59.26 -
YUV 134.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 155 110 203 0.24 0.46 0 0.20 269.03 0.47 0.61
Hex 9B 6E CB 18 2E 0 14 10D 2F 3D
Octal 233 156 313 30 56 0 24 415 57 75
Binary 10011011 1101110 11001011 11000 101110 0 10100 100001101 101111 111101

Color Harmonies of #9B6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6ECB

Black with #9B6ECB

Text Example


Text Example

White with #9B6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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