Html Css Color HEX #9468C9 Amethyst

📋 copy color: '#9468C9'

red 148 ◦ green 104 ◦ blue 201

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

Shades of Amethyst #9468C9

Tints of Amethyst #9468C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.37%

R = 32.67%
G = 22.96%
B = 44.37%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9468C9 (or 0x9468C9) is known color: Amethyst. HEX triplet: 94, 68 and C9. RGB value is (148,104,201). Sum of RGB (Red+Green+Blue) = 148+104+201=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #9468C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468C9 is #6B9736. Grayscale: #7F7F7F. Windows color (decimal): -7051063 or 13199508. OLE color: 13199508.

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

Color convert

RGB 148 104 201 -
CMYK 0.26 0.48 0 0.21
HSL 267.22º 0.47% 0.6% -
HSV(B) 267.22º 0.48% 0.79% -
XYZ 27.71 20.41 57.74 -
YUV 128.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 148 104 201 0.26 0.48 0 0.21 267.22 0.47 0.6
Hex 94 68 C9 1A 30 0 15 10B 2F 3C
Octal 224 150 311 32 60 0 25 413 57 74
Binary 10010100 1101000 11001001 11010 110000 0 10101 100001011 101111 111100

Color Harmonies of #9468C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468C9

Black with #9468C9

Text Example


Text Example

White with #9468C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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