#9280CA

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

Shades of True V #9280CA

Tints of True V #9280CA

Color information

#9280CA (or 0x9280CA) is unknown color: approx True V. HEX triplet: 92, 80 and CA. RGB value is (146,128,202). Sum of RGB (Red+Green+Blue) = 146+128+202=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #9280CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280CA is #6D7F35. Grayscale: #8D8D8D. Windows color (decimal): -7175990 or 13271186. OLE color: 13271186.

HSL color Cylindrical-coordinate representation of color #9280CA: hue angle of 254.59º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9280CA is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146128202-
CMYK0.280.3700.21
HSL254.59º41.11%64.71%-
HSV(B)254.59º36.63%79.22%-
XYZ30.2325.8159.27-
YUV141.82161.96130.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=30.67%
G=26.89%
B=42.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461282020.280.3700.21254.5941.1164.71
Hex9280CA1C25015ff2941
Octal222200312344502537751101
Binary10010010100000001100101011100100101010101111111111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9280CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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