Html Css Color HEX #946CD0 Amethyst

📋 copy color: '#946CD0'

red 148 ◦ green 108 ◦ blue 208

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

Shades of Amethyst #946CD0

Tints of Amethyst #946CD0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.28%

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 31.9%
G = 23.28%
B = 44.83%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#946CD0 (or 0x946CD0) is known color: Amethyst. HEX triplet: 94, 6C and D0. RGB value is (148,108,208). Sum of RGB (Red+Green+Blue) = 148+108+208=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #946CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CD0 is #6B932F. Grayscale: #838383. Windows color (decimal): -7050032 or 13659284. OLE color: 13659284.

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

Color convert

RGB 148 108 208 -
CMYK 0.29 0.48 0 0.18
HSL 264º 0.52% 0.62% -
HSV(B) 264º 0.48% 0.82% -
XYZ 28.96 21.58 62.31 -
YUV 131.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 148 108 208 0.29 0.48 0 0.18 264 0.52 0.62
Hex 94 6C D0 1D 30 0 12 108 34 3E
Octal 224 154 320 35 60 0 22 410 64 76
Binary 10010100 1101100 11010000 11101 110000 0 10010 100001000 110100 111110

Color Harmonies of #946CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CD0

Black with #946CD0

Text Example


Text Example

White with #946CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,108,208); }

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

background-color css

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

 a { background-color: rgb(148,108,208); }

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

border-color css

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

 span { border-color: rgb(148,108,208); }

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