Html Css Color HEX #935ACB Amethyst

📋 copy color: '#935ACB'

red 147 ◦ green 90 ◦ blue 203

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

Shades of Amethyst #935ACB

Tints of Amethyst #935ACB

RGB

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

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

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

R = 33.41%
G = 20.45%
B = 46.14%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#935ACB (or 0x935ACB) is known color: Amethyst. HEX triplet: 93, 5A and CB. RGB value is (147,90,203). Sum of RGB (Red+Green+Blue) = 147+90+203=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #935ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ACB is #6CA534. Grayscale: #777777. Windows color (decimal): -7120181 or 13326995. OLE color: 13326995.

HSL color Cylindrical-coordinate representation of color #935ACB: hue angle of 270.27º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935ACB is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 90 203 -
CMYK 0.28 0.56 0 0.20
HSL 270.27º 0.52% 0.57% -
HSV(B) 270.27º 0.56% 0.8% -
XYZ 26.47 17.83 58.55 -
YUV 119.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 147 90 203 0.28 0.56 0 0.20 270.27 0.52 0.57
Hex 93 5A CB 1C 38 0 14 10E 34 39
Octal 223 132 313 34 70 0 24 416 64 71
Binary 10010011 1011010 11001011 11100 111000 0 10100 100001110 110100 111001

Color Harmonies of #935ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935ACB

Black with #935ACB

Text Example


Text Example

White with #935ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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