#8269CA

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

Shades of True V #8269CA

Tints of True V #8269CA

Color information

#8269CA (or 0x8269CA) is unknown color: approx True V. HEX triplet: 82, 69 and CA. RGB value is (130,105,202). Sum of RGB (Red+Green+Blue) = 130+105+202=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #8269CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269CA is #7D9635. Grayscale: #7B7B7B. Windows color (decimal): -8230454 or 13265282. OLE color: 13265282.

HSL color Cylindrical-coordinate representation of color #8269CA: hue angle of 255.46º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8269CA is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB130105202-
CMYK0.360.4800.21
HSL255.46º47.78%60.2%-
HSV(B)255.46º48.02%79.22%-
XYZ24.9219.1158.25-
YUV123.53172.28132.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=29.75%
G=24.03%
B=46.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301052020.360.4800.21255.4647.7860.2
Hex8269CA2430015ff303c
Octal20215131244600253776074
Binary1000001011010011100101010010011000001010111111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8269CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,105,202); }

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

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

 a { background-color: rgb(130,105,202); }

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

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

 span { border-color: rgb(130,105,202); }

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