Html Css Color HEX #946BCF Amethyst

📋 copy color: '#946BCF'

red 148 ◦ green 107 ◦ blue 207

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

Shades of Amethyst #946BCF

Tints of Amethyst #946BCF

RGB

 RED value IS 148 (58.2% from 255) = 32.03%

 GREEN value IS 107 (42.19% from 255) = 23.16%

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

R = 32.03%
G = 23.16%
B = 44.81%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#946BCF (or 0x946BCF) is known color: Amethyst. HEX triplet: 94, 6B and CF. RGB value is (148,107,207). Sum of RGB (Red+Green+Blue) = 148+107+207=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #946BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BCF is #6B9430. Grayscale: #828282. Windows color (decimal): -7050289 or 13593492. OLE color: 13593492.

HSL color Cylindrical-coordinate representation of color #946BCF: hue angle of 264.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #946BCF is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 107 207 -
CMYK 0.29 0.48 0 0.19
HSL 264.6º 0.51% 0.62% -
HSV(B) 264.6º 0.48% 0.81% -
XYZ 28.73 21.32 61.63 -
YUV 130.66 171.08 140.37 -
System Red Green Blue C M Y K H S L
Decimal 148 107 207 0.29 0.48 0 0.19 264.6 0.51 0.62
Hex 94 6B CF 1D 30 0 13 109 33 3E
Octal 224 153 317 35 60 0 23 411 63 76
Binary 10010100 1101011 11001111 11101 110000 0 10011 100001001 110011 111110

Color Harmonies of #946BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BCF

Black with #946BCF

Text Example


Text Example

White with #946BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946BCF; }

 p { color: rgb(148,107,207); }

 H1.HeaderClassName
 {
   color: #946BCF;
 }
 .AnyTagClassName
 {
   color: #946BCF;
 }
</style>

background-color css

<style>
 a { background-color: #946BCF; }

 a { background-color: rgb(148,107,207); }

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

border-color css

<style>
 span { border-color: #946BCF; }

 span { border-color: rgb(148,107,207); }

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