Html Css Color HEX #9C6BCA Amethyst

📋 copy color: '#9C6BCA'

red 156 ◦ green 107 ◦ blue 202

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

Shades of Amethyst #9C6BCA

Tints of Amethyst #9C6BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 33.55%
G = 23.01%
B = 43.44%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C6BCA (or 0x9C6BCA) is known color: Amethyst. HEX triplet: 9C, 6B and CA. RGB value is (156,107,202). Sum of RGB (Red+Green+Blue) = 156+107+202=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C6BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BCA is #639435. Grayscale: #848484. Windows color (decimal): -6526006 or 13265820. OLE color: 13265820.

HSL color Cylindrical-coordinate representation of color #9C6BCA: hue angle of 270.95º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C6BCA is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 107 202 -
CMYK 0.23 0.47 0 0.21
HSL 270.95º 0.47% 0.61% -
HSV(B) 270.95º 0.47% 0.79% -
XYZ 29.63 21.85 58.53 -
YUV 132.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 156 107 202 0.23 0.47 0 0.21 270.95 0.47 0.61
Hex 9C 6B CA 17 2F 0 15 10F 2F 3D
Octal 234 153 312 27 57 0 25 417 57 75
Binary 10011100 1101011 11001010 10111 101111 0 10101 100001111 101111 111101

Color Harmonies of #9C6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6BCA

Black with #9C6BCA

Text Example


Text Example

White with #9C6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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