#8362CA

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

Shades of True V #8362CA

Tints of True V #8362CA

Color information

#8362CA (or 0x8362CA) is unknown color: approx True V. HEX triplet: 83, 62 and CA. RGB value is (131,98,202). Sum of RGB (Red+Green+Blue) = 131+98+202=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #8362CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362CA is #7C9D35. Grayscale: #777777. Windows color (decimal): -8166710 or 13263491. OLE color: 13263491.

HSL color Cylindrical-coordinate representation of color #8362CA: hue angle of 259.04º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8362CA is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13198202-
CMYK0.350.5100.21
HSL259.04º49.52%58.82%-
HSV(B)259.04º51.49%79.22%-
XYZ24.3917.8258.03-
YUV119.72174.43136.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.39%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=30.39%
G=22.74%
B=46.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131982020.350.5100.21259.0449.5258.82
Hex8362CA2333015103323b
Octal20314231243630254036273
Binary10000011110001011001010100011110011010101100000011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,98,202); }

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

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

 a { background-color: rgb(131,98,202); }

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

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

 span { border-color: rgb(131,98,202); }

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