Html Css Color HEX #935CCF Amethyst

📋 copy color: '#935CCF'

red 147 ◦ green 92 ◦ blue 207

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

Shades of Amethyst #935CCF

Tints of Amethyst #935CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 32.96%
G = 20.63%
B = 46.41%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#935CCF (or 0x935CCF) is known color: Amethyst. HEX triplet: 93, 5C and CF. RGB value is (147,92,207). Sum of RGB (Red+Green+Blue) = 147+92+207=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #935CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CCF is #6CA330. Grayscale: #797979. Windows color (decimal): -7119665 or 13589651. OLE color: 13589651.

HSL color Cylindrical-coordinate representation of color #935CCF: hue angle of 268.7º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935CCF is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 92 207 -
CMYK 0.29 0.56 0 0.19
HSL 268.7º 0.55% 0.59% -
HSV(B) 268.7º 0.56% 0.81% -
XYZ 27.12 18.36 61.15 -
YUV 121.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 147 92 207 0.29 0.56 0 0.19 268.7 0.55 0.59
Hex 93 5C CF 1D 38 0 13 10D 37 3B
Octal 223 134 317 35 70 0 23 415 67 73
Binary 10010011 1011100 11001111 11101 111000 0 10011 100001101 110111 111011

Color Harmonies of #935CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935CCF

Black with #935CCF

Text Example


Text Example

White with #935CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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