Html Css Color HEX #946BCD Amethyst

📋 copy color: '#946BCD'

red 148 ◦ green 107 ◦ blue 205

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

Shades of Amethyst #946BCD

Tints of Amethyst #946BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 32.17%
G = 23.26%
B = 44.57%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#946BCD (or 0x946BCD) is known color: Amethyst. HEX triplet: 94, 6B and CD. RGB value is (148,107,205). Sum of RGB (Red+Green+Blue) = 148+107+205=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #946BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BCD is #6B9432. Grayscale: #828282. Windows color (decimal): -7050291 or 13462420. OLE color: 13462420.

HSL color Cylindrical-coordinate representation of color #946BCD: hue angle of 265.1º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #946BCD is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 107 205 -
CMYK 0.28 0.48 0 0.20
HSL 265.1º 0.49% 0.61% -
HSV(B) 265.1º 0.48% 0.8% -
XYZ 28.49 21.22 60.35 -
YUV 130.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 148 107 205 0.28 0.48 0 0.20 265.1 0.49 0.61
Hex 94 6B CD 1C 30 0 14 109 31 3D
Octal 224 153 315 34 60 0 24 411 61 75
Binary 10010100 1101011 11001101 11100 110000 0 10100 100001001 110001 111101

Color Harmonies of #946BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BCD

Black with #946BCD

Text Example


Text Example

White with #946BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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