Html Css Color HEX #9468CF Amethyst

📋 copy color: '#9468CF'

red 148 ◦ green 104 ◦ blue 207

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

Shades of Amethyst #9468CF

Tints of Amethyst #9468CF

RGB

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

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

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

R = 32.24%
G = 22.66%
B = 45.1%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9468CF (or 0x9468CF) is known color: Amethyst. HEX triplet: 94, 68 and CF. RGB value is (148,104,207). Sum of RGB (Red+Green+Blue) = 148+104+207=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #9468CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468CF is #6B9730. Grayscale: #808080. Windows color (decimal): -7051057 or 13592724. OLE color: 13592724.

HSL color Cylindrical-coordinate representation of color #9468CF: hue angle of 265.63º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9468CF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 104 207 -
CMYK 0.29 0.50 0 0.19
HSL 265.63º 0.52% 0.61% -
HSV(B) 265.63º 0.5% 0.81% -
XYZ 28.43 20.7 61.53 -
YUV 128.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 148 104 207 0.29 0.50 0 0.19 265.63 0.52 0.61
Hex 94 68 CF 1D 32 0 13 10A 34 3D
Octal 224 150 317 35 62 0 23 412 64 75
Binary 10010100 1101000 11001111 11101 110010 0 10011 100001010 110100 111101

Color Harmonies of #9468CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468CF

Black with #9468CF

Text Example


Text Example

White with #9468CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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