Html Css Color HEX #825CBD True V

📋 copy color: '#825CBD'

red 130 ◦ green 92 ◦ blue 189

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

Shades of True V #825CBD

Tints of True V #825CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.38%

 BLUE value IS 189 (74.22% from 255) = 45.99%

R = 31.63%
G = 22.38%
B = 45.99%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#825CBD (or 0x825CBD) is known color: True V. HEX triplet: 82, 5C and BD. RGB value is (130,92,189). Sum of RGB (Red+Green+Blue) = 130+92+189=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #825CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CBD is #7DA342. Grayscale: #727272. Windows color (decimal): -8233795 or 12409986. OLE color: 12409986.

HSL color Cylindrical-coordinate representation of color #825CBD: hue angle of 263.51º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #825CBD is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 92 189 -
CMYK 0.31 0.51 0 0.26
HSL 263.51º 0.42% 0.55% -
HSV(B) 263.51º 0.51% 0.74% -
XYZ 22.22 16.07 50.08 -
YUV 114.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 130 92 189 0.31 0.51 0 0.26 263.51 0.42 0.55
Hex 82 5C BD 1F 33 0 1A 108 2A 37
Octal 202 134 275 37 63 0 32 410 52 67
Binary 10000010 1011100 10111101 11111 110011 0 11010 100001000 101010 110111

Color Harmonies of #825CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CBD

Black with #825CBD

Text Example


Text Example

White with #825CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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