#9280CE

Color #9280CE True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9280CE

Tints of True V #9280CE

Color information

#9280CE (or 0x9280CE) is unknown color: approx True V. HEX triplet: 92, 80 and CE. RGB value is (146,128,206). Sum of RGB (Red+Green+Blue) = 146+128+206=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #9280CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280CE is #6D7F31. Grayscale: #8D8D8D. Windows color (decimal): -7175986 or 13533330. OLE color: 13533330.

HSL color Cylindrical-coordinate representation of color #9280CE: hue angle of 253.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9280CE is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146128206-
CMYK0.290.3800.19
HSL253.85º44.32%65.49%-
HSV(B)253.85º37.86%80.78%-
XYZ30.7126.0161.79-
YUV142.27163.96130.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.42%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 206 (80.86% from 255) = 42.92%
R=30.42%
G=26.67%
B=42.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461282060.290.3800.19253.8544.3265.49
Hex9280CE1D26013fe2c41
Octal222200316354602337654101
Binary10010010100000001100111011101100110010011111111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9280CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9280CE; }

 p { color: rgb(146,128,206); }

 H1.HeaderClassName
 {
   color: #9280CE;
 }
 .AnyTagClassName
 {
   color: #9280CE;
 }
</style>
background-color css

<style>
 a { background-color: #9280CE; }

 a { background-color: rgb(146,128,206); }

 div.DivClassName
 {
   background-color: #9280CE;
 }
 .BgClassName
 {
   background-color: #9280CE;
 }
</style>
border-color css

<style>
 span { border-color: #9280CE; }

 span { border-color: rgb(146,128,206); }

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