Html Css Color HEX #825EBE True V

📋 copy color: '#825EBE'

red 130 ◦ green 94 ◦ blue 190

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

Shades of True V #825EBE

Tints of True V #825EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.71%

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 31.4%
G = 22.71%
B = 45.89%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#825EBE (or 0x825EBE) is known color: True V. HEX triplet: 82, 5E and BE. RGB value is (130,94,190). Sum of RGB (Red+Green+Blue) = 130+94+190=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #825EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EBE is #7DA141. Grayscale: #737373. Windows color (decimal): -8233282 or 12476034. OLE color: 12476034.

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

Color convert

RGB 130 94 190 -
CMYK 0.32 0.51 0 0.25
HSL 262.5º 0.42% 0.56% -
HSV(B) 262.5º 0.51% 0.75% -
XYZ 22.5 16.47 50.71 -
YUV 115.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 130 94 190 0.32 0.51 0 0.25 262.5 0.42 0.56
Hex 82 5E BE 20 33 0 19 106 2A 38
Octal 202 136 276 40 63 0 31 406 52 70
Binary 10000010 1011110 10111110 100000 110011 0 11001 100000110 101010 111000

Color Harmonies of #825EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825EBE

Black with #825EBE

Text Example


Text Example

White with #825EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,94,190); }

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

background-color css

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

 a { background-color: rgb(130,94,190); }

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

border-color css

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

 span { border-color: rgb(130,94,190); }

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