Html Css Color HEX #935FDA Amethyst

📋 copy color: '#935FDA'

red 147 ◦ green 95 ◦ blue 218

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

Shades of Amethyst #935FDA

Tints of Amethyst #935FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 31.96%
G = 20.65%
B = 47.39%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#935FDA (or 0x935FDA) is known color: Amethyst. HEX triplet: 93, 5F and DA. RGB value is (147,95,218). Sum of RGB (Red+Green+Blue) = 147+95+218=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #935FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FDA is #6CA025. Grayscale: #7C7C7C. Windows color (decimal): -7118886 or 14311315. OLE color: 14311315.

HSL color Cylindrical-coordinate representation of color #935FDA: hue angle of 265.37º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935FDA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 95 218 -
CMYK 0.33 0.56 0 0.15
HSL 265.37º 0.62% 0.61% -
HSV(B) 265.37º 0.56% 0.85% -
XYZ 28.78 19.45 68.57 -
YUV 124.57 180.73 144 -
System Red Green Blue C M Y K H S L
Decimal 147 95 218 0.33 0.56 0 0.15 265.37 0.62 0.61
Hex 93 5F DA 21 38 0 F 109 3E 3D
Octal 223 137 332 41 70 0 17 411 76 75
Binary 10010011 1011111 11011010 100001 111000 0 1111 100001001 111110 111101

Color Harmonies of #935FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935FDA

Black with #935FDA

Text Example


Text Example

White with #935FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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