Html Css Color HEX #9465CD Amethyst

📋 copy color: '#9465CD'

red 148 ◦ green 101 ◦ blue 205

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

Shades of Amethyst #9465CD

Tints of Amethyst #9465CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 32.6%
G = 22.25%
B = 45.15%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9465CD (or 0x9465CD) is known color: Amethyst. HEX triplet: 94, 65 and CD. RGB value is (148,101,205). Sum of RGB (Red+Green+Blue) = 148+101+205=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #9465CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465CD is #6B9A32. Grayscale: #7E7E7E. Windows color (decimal): -7051827 or 13460884. OLE color: 13460884.

HSL color Cylindrical-coordinate representation of color #9465CD: hue angle of 267.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9465CD is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 101 205 -
CMYK 0.28 0.51 0 0.20
HSL 267.12º 0.51% 0.6% -
HSV(B) 267.12º 0.51% 0.8% -
XYZ 27.89 20.01 60.15 -
YUV 126.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 148 101 205 0.28 0.51 0 0.20 267.12 0.51 0.6
Hex 94 65 CD 1C 33 0 14 10B 33 3C
Octal 224 145 315 34 63 0 24 413 63 74
Binary 10010100 1100101 11001101 11100 110011 0 10100 100001011 110011 111100

Color Harmonies of #9465CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9465CD

Black with #9465CD

Text Example


Text Example

White with #9465CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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