#9275CB

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

Shades of True V #9275CB

Tints of True V #9275CB

Color information

#9275CB (or 0x9275CB) is unknown color: approx True V. HEX triplet: 92, 75 and CB. RGB value is (146,117,203). Sum of RGB (Red+Green+Blue) = 146+117+203=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #9275CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9275CB is #6D8A34. Grayscale: #878787. Windows color (decimal): -7178805 or 13333906. OLE color: 13333906.

HSL color Cylindrical-coordinate representation of color #9275CB: hue angle of 260.23º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9275CB is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146117203-
CMYK0.280.4200.20
HSL260.23º45.26%62.75%-
HSV(B)260.23º42.36%79.61%-
XYZ28.9923.1559.44-
YUV135.48166.11135.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.33%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=31.33%
G=25.11%
B=43.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461172030.280.4200.20260.2345.2662.75
Hex9275CB1C2A0141042d3f
Octal22216531334520244045577
Binary1001001011101011100101111100101010010100100000100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9275CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9275CB; }

 p { color: rgb(146,117,203); }

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

<style>
 a { background-color: #9275CB; }

 a { background-color: rgb(146,117,203); }

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

<style>
 span { border-color: #9275CB; }

 span { border-color: rgb(146,117,203); }

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