Html Css Color HEX #825BC0 True V

📋 copy color: '#825BC0'

red 130 ◦ green 91 ◦ blue 192

#825BC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #825BC0

Tints of True V #825BC0

RGB

 RED value IS 130 (51.17% from 255) = 31.48%

 GREEN value IS 91 (35.94% from 255) = 22.03%

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 31.48%
G = 22.03%
B = 46.49%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#825BC0 (or 0x825BC0) is known color: True V. HEX triplet: 82, 5B and C0. RGB value is (130,91,192). Sum of RGB (Red+Green+Blue) = 130+91+192=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #825BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BC0 is #7DA43F. Grayscale: #717171. Windows color (decimal): -8234048 or 12606338. OLE color: 12606338.

HSL color Cylindrical-coordinate representation of color #825BC0: hue angle of 263.17º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #825BC0 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 91 192 -
CMYK 0.32 0.53 0 0.25
HSL 263.17º 0.44% 0.55% -
HSV(B) 263.17º 0.53% 0.75% -
XYZ 22.46 16.03 51.78 -
YUV 114.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 130 91 192 0.32 0.53 0 0.25 263.17 0.44 0.55
Hex 82 5B C0 20 35 0 19 107 2C 37
Octal 202 133 300 40 65 0 31 407 54 67
Binary 10000010 1011011 11000000 100000 110101 0 11001 100000111 101100 110111

Color Harmonies of #825BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BC0

Black with #825BC0

Text Example


Text Example

White with #825BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,91,192); }

 H1.HeaderClassName
 {
   color: #825BC0;
 }
 .AnyTagClassName
 {
   color: #825BC0;
 }
</style>

background-color css

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

 a { background-color: rgb(130,91,192); }

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

border-color css

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

 span { border-color: rgb(130,91,192); }

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