Html Css Color HEX #9C6BBE Amethyst

📋 copy color: '#9C6BBE'

red 156 ◦ green 107 ◦ blue 190

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

Shades of Amethyst #9C6BBE

Tints of Amethyst #9C6BBE

RGB

 RED value IS 156 (61.33% from 255) = 34.44%

 GREEN value IS 107 (42.19% from 255) = 23.62%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 34.44%
G = 23.62%
B = 41.94%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C6BBE (or 0x9C6BBE) is known color: Amethyst. HEX triplet: 9C, 6B and BE. RGB value is (156,107,190). Sum of RGB (Red+Green+Blue) = 156+107+190=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C6BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BBE is #639441. Grayscale: #828282. Windows color (decimal): -6526018 or 12479388. OLE color: 12479388.

HSL color Cylindrical-coordinate representation of color #9C6BBE: hue angle of 275.42º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C6BBE is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 107 190 -
CMYK 0.18 0.44 0 0.25
HSL 275.42º 0.39% 0.58% -
HSV(B) 275.42º 0.44% 0.75% -
XYZ 28.26 21.3 51.34 -
YUV 131.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 156 107 190 0.18 0.44 0 0.25 275.42 0.39 0.58
Hex 9C 6B BE 12 2C 0 19 113 27 3A
Octal 234 153 276 22 54 0 31 423 47 72
Binary 10011100 1101011 10111110 10010 101100 0 11001 100010011 100111 111010

Color Harmonies of #9C6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6BBE

Black with #9C6BBE

Text Example


Text Example

White with #9C6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,107,190); }

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

background-color css

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

 a { background-color: rgb(156,107,190); }

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

border-color css

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

 span { border-color: rgb(156,107,190); }

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