Html Css Color HEX #9465BF Amethyst

📋 copy color: '#9465BF'

red 148 ◦ green 101 ◦ blue 191

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

Shades of Amethyst #9465BF

Tints of Amethyst #9465BF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.95%

 BLUE value IS 191 (75% from 255) = 43.41%

R = 33.64%
G = 22.95%
B = 43.41%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9465BF (or 0x9465BF) is known color: Amethyst. HEX triplet: 94, 65 and BF. RGB value is (148,101,191). Sum of RGB (Red+Green+Blue) = 148+101+191=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #9465BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465BF is #6B9A40. Grayscale: #7D7D7D. Windows color (decimal): -7051841 or 12543380. OLE color: 12543380.

HSL color Cylindrical-coordinate representation of color #9465BF: hue angle of 271.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9465BF is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 101 191 -
CMYK 0.23 0.47 0 0.25
HSL 271.33º 0.41% 0.57% -
HSV(B) 271.33º 0.47% 0.75% -
XYZ 26.27 19.36 51.64 -
YUV 125.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 148 101 191 0.23 0.47 0 0.25 271.33 0.41 0.57
Hex 94 65 BF 17 2F 0 19 10F 29 39
Octal 224 145 277 27 57 0 31 417 51 71
Binary 10010100 1100101 10111111 10111 101111 0 11001 100001111 101001 111001

Color Harmonies of #9465BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9465BF

Black with #9465BF

Text Example


Text Example

White with #9465BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9465BF; }

 p { color: rgb(148,101,191); }

 H1.HeaderClassName
 {
   color: #9465BF;
 }
 .AnyTagClassName
 {
   color: #9465BF;
 }
</style>

background-color css

<style>
 a { background-color: #9465BF; }

 a { background-color: rgb(148,101,191); }

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

border-color css

<style>
 span { border-color: #9465BF; }

 span { border-color: rgb(148,101,191); }

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