Html Css Color HEX #9469CF Amethyst

📋 copy color: '#9469CF'

red 148 ◦ green 105 ◦ blue 207

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

Shades of Amethyst #9469CF

Tints of Amethyst #9469CF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.83%

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

R = 32.17%
G = 22.83%
B = 45%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9469CF (or 0x9469CF) is known color: Amethyst. HEX triplet: 94, 69 and CF. RGB value is (148,105,207). Sum of RGB (Red+Green+Blue) = 148+105+207=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #9469CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469CF is #6B9630. Grayscale: #818181. Windows color (decimal): -7050801 or 13592980. OLE color: 13592980.

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

Color convert

RGB 148 105 207 -
CMYK 0.29 0.49 0 0.19
HSL 265.29º 0.52% 0.61% -
HSV(B) 265.29º 0.49% 0.81% -
XYZ 28.53 20.9 61.56 -
YUV 129.49 171.75 141.21 -
System Red Green Blue C M Y K H S L
Decimal 148 105 207 0.29 0.49 0 0.19 265.29 0.52 0.61
Hex 94 69 CF 1D 31 0 13 109 34 3D
Octal 224 151 317 35 61 0 23 411 64 75
Binary 10010100 1101001 11001111 11101 110001 0 10011 100001001 110100 111101

Color Harmonies of #9469CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9469CF

Black with #9469CF

Text Example


Text Example

White with #9469CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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