Html Css Color HEX #935FCB Amethyst

📋 copy color: '#935FCB'

red 147 ◦ green 95 ◦ blue 203

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

Shades of Amethyst #935FCB

Tints of Amethyst #935FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.35%

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

R = 33.03%
G = 21.35%
B = 45.62%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#935FCB (or 0x935FCB) is known color: Amethyst. HEX triplet: 93, 5F and CB. RGB value is (147,95,203). Sum of RGB (Red+Green+Blue) = 147+95+203=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #935FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FCB is #6CA034. Grayscale: #7A7A7A. Windows color (decimal): -7118901 or 13328275. OLE color: 13328275.

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

Color convert

RGB 147 95 203 -
CMYK 0.28 0.53 0 0.20
HSL 268.89º 0.51% 0.58% -
HSV(B) 268.89º 0.53% 0.8% -
XYZ 26.9 18.7 58.69 -
YUV 122.86 173.23 145.22 -
System Red Green Blue C M Y K H S L
Decimal 147 95 203 0.28 0.53 0 0.20 268.89 0.51 0.58
Hex 93 5F CB 1C 35 0 14 10D 33 3A
Octal 223 137 313 34 65 0 24 415 63 72
Binary 10010011 1011111 11001011 11100 110101 0 10100 100001101 110011 111010

Color Harmonies of #935FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935FCB

Black with #935FCB

Text Example


Text Example

White with #935FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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