Html Css Color HEX #9250CF Amethyst

📋 copy color: '#9250CF'

red 146 ◦ green 80 ◦ blue 207

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

Shades of Amethyst #9250CF

Tints of Amethyst #9250CF

RGB

 RED value IS 146 (57.42% from 255) = 33.72%

 GREEN value IS 80 (31.64% from 255) = 18.48%

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

R = 33.72%
G = 18.48%
B = 47.81%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9250CF (or 0x9250CF) is known color: Amethyst. HEX triplet: 92, 50 and CF. RGB value is (146,80,207). Sum of RGB (Red+Green+Blue) = 146+80+207=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #9250CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250CF is #6DAF30. Grayscale: #717171. Windows color (decimal): -7188273 or 13586578. OLE color: 13586578.

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

Color convert

RGB 146 80 207 -
CMYK 0.29 0.61 0 0.19
HSL 271.18º 0.57% 0.56% -
HSV(B) 271.18º 0.61% 0.81% -
XYZ 25.99 16.35 60.82 -
YUV 114.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 146 80 207 0.29 0.61 0 0.19 271.18 0.57 0.56
Hex 92 50 CF 1D 3D 0 13 10F 39 38
Octal 222 120 317 35 75 0 23 417 71 70
Binary 10010010 1010000 11001111 11101 111101 0 10011 100001111 111001 111000

Color Harmonies of #9250CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250CF

Black with #9250CF

Text Example


Text Example

White with #9250CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,80,207); }

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

background-color css

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

 a { background-color: rgb(146,80,207); }

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

border-color css

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

 span { border-color: rgb(146,80,207); }

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