#8258C1

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

Shades of True V #8258C1

Tints of True V #8258C1

Color information

#8258C1 (or 0x8258C1) is unknown color: approx True V. HEX triplet: 82, 58 and C1. RGB value is (130,88,193). Sum of RGB (Red+Green+Blue) = 130+88+193=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #8258C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258C1 is #7DA73E. Grayscale: #707070. Windows color (decimal): -8234815 or 12671106. OLE color: 12671106.

HSL color Cylindrical-coordinate representation of color #8258C1: hue angle of 264º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8258C1 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13088193-
CMYK0.330.5400.24
HSL264º45.85%55.1%-
HSV(B)264º54.4%75.69%-
XYZ22.3215.5852.28-
YUV112.53173.41140.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 88 (34.77% from 255) = 21.41%
BLUE value IS 193 (75.78% from 255) = 46.96%
R=31.63%
G=21.41%
B=46.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130881930.330.5400.2426445.8555.1
Hex8258C121360181082e37
Octal20213030141660304105667
Binary10000010101100011000001100001110110011000100001000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8258C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8258C1; }

 p { color: rgb(130,88,193); }

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

<style>
 a { background-color: #8258C1; }

 a { background-color: rgb(130,88,193); }

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

<style>
 span { border-color: #8258C1; }

 span { border-color: rgb(130,88,193); }

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