#8267CD

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

Shades of True V #8267CD

Tints of True V #8267CD

Color information

#8267CD (or 0x8267CD) is unknown color: approx True V. HEX triplet: 82, 67 and CD. RGB value is (130,103,205). Sum of RGB (Red+Green+Blue) = 130+103+205=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #8267CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8267CD is #7D9832. Grayscale: #7A7A7A. Windows color (decimal): -8230963 or 13461378. OLE color: 13461378.

HSL color Cylindrical-coordinate representation of color #8267CD: hue angle of 255.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8267CD is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130103205-
CMYK0.370.5000.20
HSL255.88º50.5%60.39%-
HSV(B)255.88º49.76%80.39%-
XYZ25.0818.8560.08-
YUV122.7174.45133.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.68%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=29.68%
G=23.52%
B=46.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301032050.370.5000.20255.8850.560.39
Hex8267CD2532014100323c
Octal20214731545620244006274
Binary10000010110011111001101100101110010010100100000000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8267CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8267CD; }

 p { color: rgb(130,103,205); }

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

<style>
 a { background-color: #8267CD; }

 a { background-color: rgb(130,103,205); }

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

<style>
 span { border-color: #8267CD; }

 span { border-color: rgb(130,103,205); }

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