Html Css Color HEX #9467CF Amethyst

📋 copy color: '#9467CF'

red 148 ◦ green 103 ◦ blue 207

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

Shades of Amethyst #9467CF

Tints of Amethyst #9467CF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.49%

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

R = 32.31%
G = 22.49%
B = 45.2%

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

#9467CF (or 0x9467CF) is known color: Amethyst. HEX triplet: 94, 67 and CF. RGB value is (148,103,207). Sum of RGB (Red+Green+Blue) = 148+103+207=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #9467CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9467CF is #6B9830. Grayscale: #7F7F7F. Windows color (decimal): -7051313 or 13592468. OLE color: 13592468.

HSL color Cylindrical-coordinate representation of color #9467CF: hue angle of 265.96º 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 #9467CF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 103 207 -
CMYK 0.29 0.50 0 0.19
HSL 265.96º 0.52% 0.61% -
HSV(B) 265.96º 0.5% 0.81% -
XYZ 28.33 20.5 61.5 -
YUV 128.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 148 103 207 0.29 0.50 0 0.19 265.96 0.52 0.61
Hex 94 67 CF 1D 32 0 13 10A 34 3D
Octal 224 147 317 35 62 0 23 412 64 75
Binary 10010100 1100111 11001111 11101 110010 0 10011 100001010 110100 111101

Color Harmonies of #9467CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9467CF

Black with #9467CF

Text Example


Text Example

White with #9467CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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