Html Css Color HEX #935FD6 Amethyst

📋 copy color: '#935FD6'

red 147 ◦ green 95 ◦ blue 214

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

Shades of Amethyst #935FD6

Tints of Amethyst #935FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.93%

R = 32.24%
G = 20.83%
B = 46.93%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#935FD6 (or 0x935FD6) is known color: Amethyst. HEX triplet: 93, 5F and D6. RGB value is (147,95,214). Sum of RGB (Red+Green+Blue) = 147+95+214=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #935FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FD6 is #6CA029. Grayscale: #7B7B7B. Windows color (decimal): -7118890 or 14049171. OLE color: 14049171.

HSL color Cylindrical-coordinate representation of color #935FD6: hue angle of 266.22º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935FD6 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 95 214 -
CMYK 0.31 0.56 0 0.16
HSL 266.22º 0.59% 0.61% -
HSV(B) 266.22º 0.56% 0.84% -
XYZ 28.26 19.24 65.84 -
YUV 124.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 147 95 214 0.31 0.56 0 0.16 266.22 0.59 0.61
Hex 93 5F D6 1F 38 0 10 10A 3B 3D
Octal 223 137 326 37 70 0 20 412 73 75
Binary 10010011 1011111 11010110 11111 111000 0 10000 100001010 111011 111101

Color Harmonies of #935FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935FD6

Black with #935FD6

Text Example


Text Example

White with #935FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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