#825CCB

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

Shades of True V #825CCB

Tints of True V #825CCB

Color information

#825CCB (or 0x825CCB) is unknown color: approx True V. HEX triplet: 82, 5C and CB. RGB value is (130,92,203). Sum of RGB (Red+Green+Blue) = 130+92+203=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #825CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CCB is #7DA334. Grayscale: #737373. Windows color (decimal): -8233781 or 13327490. OLE color: 13327490.

HSL color Cylindrical-coordinate representation of color #825CCB: hue angle of 260.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825CCB is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13092203-
CMYK0.360.5500.20
HSL260.54º51.63%57.84%-
HSV(B)260.54º54.68%79.61%-
XYZ23.8116.7158.47-
YUV116.02177.09137.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=30.59%
G=21.65%
B=47.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130922030.360.5500.20260.5451.6357.84
Hex825CCB2437014105343a
Octal20213431344670244056472
Binary10000010101110011001011100100110111010100100000101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825CCB; }

 p { color: rgb(130,92,203); }

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

<style>
 a { background-color: #825CCB; }

 a { background-color: rgb(130,92,203); }

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

<style>
 span { border-color: #825CCB; }

 span { border-color: rgb(130,92,203); }

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