#8362D2

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

Shades of True V #8362D2

Tints of True V #8362D2

Color information

#8362D2 (or 0x8362D2) is unknown color: approx True V. HEX triplet: 83, 62 and D2. RGB value is (131,98,210). Sum of RGB (Red+Green+Blue) = 131+98+210=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #8362D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362D2 is #7C9D2D. Grayscale: #787878. Windows color (decimal): -8166702 or 13787779. OLE color: 13787779.

HSL color Cylindrical-coordinate representation of color #8362D2: hue angle of 257.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8362D2 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13198210-
CMYK0.380.5300.18
HSL257.68º55.45%60.39%-
HSV(B)257.68º53.33%82.35%-
XYZ25.3618.2163.15-
YUV120.64178.43135.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.84%
GREEN value IS 98 (38.67% from 255) = 22.32%
BLUE value IS 210 (82.42% from 255) = 47.84%
R=29.84%
G=22.32%
B=47.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal131982100.380.5300.18257.6855.4560.39
Hex8362D22635012102373c
Octal20314232246650224026774
Binary10000011110001011010010100110110101010010100000010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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