Html Css Color HEX #9465CF Amethyst

📋 copy color: '#9465CF'

red 148 ◦ green 101 ◦ blue 207

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

Shades of Amethyst #9465CF

Tints of Amethyst #9465CF

RGB

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

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

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

R = 32.46%
G = 22.15%
B = 45.39%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9465CF (or 0x9465CF) is known color: Amethyst. HEX triplet: 94, 65 and CF. RGB value is (148,101,207). Sum of RGB (Red+Green+Blue) = 148+101+207=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #9465CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465CF is #6B9A30. Grayscale: #7E7E7E. Windows color (decimal): -7051825 or 13591956. OLE color: 13591956.

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

Color convert

RGB 148 101 207 -
CMYK 0.29 0.51 0 0.19
HSL 266.6º 0.52% 0.6% -
HSV(B) 266.6º 0.51% 0.81% -
XYZ 28.13 20.11 61.43 -
YUV 127.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 148 101 207 0.29 0.51 0 0.19 266.6 0.52 0.6
Hex 94 65 CF 1D 33 0 13 10B 34 3C
Octal 224 145 317 35 63 0 23 413 64 74
Binary 10010100 1100101 11001111 11101 110011 0 10011 100001011 110100 111100

Color Harmonies of #9465CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9465CF

Black with #9465CF

Text Example


Text Example

White with #9465CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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