#9482CF

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

Shades of True V #9482CF

Tints of True V #9482CF

Color information

#9482CF (or 0x9482CF) is unknown color: approx True V. HEX triplet: 94, 82 and CF. RGB value is (148,130,207). Sum of RGB (Red+Green+Blue) = 148+130+207=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #9482CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482CF is #6B7D30. Grayscale: #8F8F8F. Windows color (decimal): -7044401 or 13599380. OLE color: 13599380.

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

Color convert

RGB148130207-
CMYK0.290.3700.19
HSL254.03º44.51%66.08%-
HSV(B)254.03º37.2%81.18%-
XYZ31.4626.7762.54-
YUV144.16163.46130.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=30.52%
G=26.80%
B=42.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481302070.290.3700.19254.0344.5166.08
Hex9482CF1D25013fe2d42
Octal224202317354502337655102
Binary10010100100000101100111111101100101010011111111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9482CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,130,207); }

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

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

 a { background-color: rgb(148,130,207); }

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

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

 span { border-color: rgb(148,130,207); }

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