Html Css Color HEX #935AC6 Amethyst

📋 copy color: '#935AC6'

red 147 ◦ green 90 ◦ blue 198

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

Shades of Amethyst #935AC6

Tints of Amethyst #935AC6

RGB

 RED value IS 147 (57.81% from 255) = 33.79%

 GREEN value IS 90 (35.55% from 255) = 20.69%

 BLUE value IS 198 (77.73% from 255) = 45.52%

R = 33.79%
G = 20.69%
B = 45.52%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#935AC6 (or 0x935AC6) is known color: Amethyst. HEX triplet: 93, 5A and C6. RGB value is (147,90,198). Sum of RGB (Red+Green+Blue) = 147+90+198=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #935AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935AC6 is #6CA539. Grayscale: #767676. Windows color (decimal): -7120186 or 12999315. OLE color: 12999315.

HSL color Cylindrical-coordinate representation of color #935AC6: hue angle of 271.67º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #935AC6 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 90 198 -
CMYK 0.26 0.55 0 0.22
HSL 271.67º 0.49% 0.56% -
HSV(B) 271.67º 0.55% 0.78% -
XYZ 25.88 17.59 55.46 -
YUV 119.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 147 90 198 0.26 0.55 0 0.22 271.67 0.49 0.56
Hex 93 5A C6 1A 37 0 16 110 31 38
Octal 223 132 306 32 67 0 26 420 61 70
Binary 10010011 1011010 11000110 11010 110111 0 10110 100010000 110001 111000

Color Harmonies of #935AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AC6

Black with #935AC6

Text Example


Text Example

White with #935AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935AC6; }

 p { color: rgb(147,90,198); }

 H1.HeaderClassName
 {
   color: #935AC6;
 }
 .AnyTagClassName
 {
   color: #935AC6;
 }
</style>

background-color css

<style>
 a { background-color: #935AC6; }

 a { background-color: rgb(147,90,198); }

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

border-color css

<style>
 span { border-color: #935AC6; }

 span { border-color: rgb(147,90,198); }

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