Html Css Color HEX #935AC8 Amethyst

📋 copy color: '#935AC8'

red 147 ◦ green 90 ◦ blue 200

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

Shades of Amethyst #935AC8

Tints of Amethyst #935AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.77%

R = 33.64%
G = 20.59%
B = 45.77%

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

#935AC8 (or 0x935AC8) is known color: Amethyst. HEX triplet: 93, 5A and C8. RGB value is (147,90,200). Sum of RGB (Red+Green+Blue) = 147+90+200=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #935AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935AC8 is #6CA537. Grayscale: #777777. Windows color (decimal): -7120184 or 13130387. OLE color: 13130387.

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

Color convert

RGB 147 90 200 -
CMYK 0.26 0.55 0 0.22
HSL 271.09º 0.5% 0.57% -
HSV(B) 271.09º 0.55% 0.78% -
XYZ 26.11 17.69 56.68 -
YUV 119.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 147 90 200 0.26 0.55 0 0.22 271.09 0.5 0.57
Hex 93 5A C8 1A 37 0 16 10F 32 39
Octal 223 132 310 32 67 0 26 417 62 71
Binary 10010011 1011010 11001000 11010 110111 0 10110 100001111 110010 111001

Color Harmonies of #935AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AC8

Black with #935AC8

Text Example


Text Example

White with #935AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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