Html Css Color HEX #935CDC Amethyst

📋 copy color: '#935CDC'

red 147 ◦ green 92 ◦ blue 220

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

Shades of Amethyst #935CDC

Tints of Amethyst #935CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.04%

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 32.03%
G = 20.04%
B = 47.93%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#935CDC (or 0x935CDC) is known color: Amethyst. HEX triplet: 93, 5C and DC. RGB value is (147,92,220). Sum of RGB (Red+Green+Blue) = 147+92+220=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #935CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CDC is #6CA323. Grayscale: #7A7A7A. Windows color (decimal): -7119652 or 14441619. OLE color: 14441619.

HSL color Cylindrical-coordinate representation of color #935CDC: hue angle of 265.78º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #935CDC is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 92 220 -
CMYK 0.33 0.58 0 0.14
HSL 265.78º 0.65% 0.61% -
HSV(B) 265.78º 0.58% 0.86% -
XYZ 28.78 19.02 69.87 -
YUV 123.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 147 92 220 0.33 0.58 0 0.14 265.78 0.65 0.61
Hex 93 5C DC 21 3A 0 E 10A 41 3D
Octal 223 134 334 41 72 0 16 412 101 75
Binary 10010011 1011100 11011100 100001 111010 0 1110 100001010 1000001 111101

Color Harmonies of #935CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935CDC

Black with #935CDC

Text Example


Text Example

White with #935CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,92,220); }

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

background-color css

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

 a { background-color: rgb(147,92,220); }

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

border-color css

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

 span { border-color: rgb(147,92,220); }

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