Html Css Color HEX #9468C8 Amethyst

📋 copy color: '#9468C8'

red 148 ◦ green 104 ◦ blue 200

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

Shades of Amethyst #9468C8

Tints of Amethyst #9468C8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.01%

 BLUE value IS 200 (78.52% from 255) = 44.25%

R = 32.74%
G = 23.01%
B = 44.25%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9468C8 (or 0x9468C8) is known color: Amethyst. HEX triplet: 94, 68 and C8. RGB value is (148,104,200). Sum of RGB (Red+Green+Blue) = 148+104+200=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #9468C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468C8 is #6B9737. Grayscale: #7F7F7F. Windows color (decimal): -7051064 or 13133972. OLE color: 13133972.

HSL color Cylindrical-coordinate representation of color #9468C8: hue angle of 267.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9468C8 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 104 200 -
CMYK 0.26 0.48 0 0.22
HSL 267.5º 0.47% 0.6% -
HSV(B) 267.5º 0.48% 0.78% -
XYZ 27.59 20.37 57.12 -
YUV 128.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 148 104 200 0.26 0.48 0 0.22 267.5 0.47 0.6
Hex 94 68 C8 1A 30 0 16 10C 2F 3C
Octal 224 150 310 32 60 0 26 414 57 74
Binary 10010100 1101000 11001000 11010 110000 0 10110 100001100 101111 111100

Color Harmonies of #9468C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468C8

Black with #9468C8

Text Example


Text Example

White with #9468C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9468C8; }

 p { color: rgb(148,104,200); }

 H1.HeaderClassName
 {
   color: #9468C8;
 }
 .AnyTagClassName
 {
   color: #9468C8;
 }
</style>

background-color css

<style>
 a { background-color: #9468C8; }

 a { background-color: rgb(148,104,200); }

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

border-color css

<style>
 span { border-color: #9468C8; }

 span { border-color: rgb(148,104,200); }

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