Html Css Color HEX #825BCD True V

📋 copy color: '#825BCD'

red 130 ◦ green 91 ◦ blue 205

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

Shades of True V #825BCD

Tints of True V #825BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 30.52%
G = 21.36%
B = 48.12%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#825BCD (or 0x825BCD) is known color: True V. HEX triplet: 82, 5B and CD. RGB value is (130,91,205). Sum of RGB (Red+Green+Blue) = 130+91+205=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #825BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BCD is #7DA432. Grayscale: #737373. Windows color (decimal): -8234035 or 13458306. OLE color: 13458306.

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

Color convert

RGB 130 91 205 -
CMYK 0.37 0.56 0 0.20
HSL 260.53º 0.53% 0.58% -
HSV(B) 260.53º 0.56% 0.8% -
XYZ 23.97 16.64 59.71 -
YUV 115.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 130 91 205 0.37 0.56 0 0.20 260.53 0.53 0.58
Hex 82 5B CD 25 38 0 14 105 35 3A
Octal 202 133 315 45 70 0 24 405 65 72
Binary 10000010 1011011 11001101 100101 111000 0 10100 100000101 110101 111010

Color Harmonies of #825BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BCD

Black with #825BCD

Text Example


Text Example

White with #825BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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