Html Css Color HEX #825EB9 True V

📋 copy color: '#825EB9'

red 130 ◦ green 94 ◦ blue 185

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

Shades of True V #825EB9

Tints of True V #825EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.23%

R = 31.78%
G = 22.98%
B = 45.23%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#825EB9 (or 0x825EB9) is known color: True V. HEX triplet: 82, 5E and B9. RGB value is (130,94,185). Sum of RGB (Red+Green+Blue) = 130+94+185=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #825EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EB9 is #7DA146. Grayscale: #727272. Windows color (decimal): -8233287 or 12148354. OLE color: 12148354.

HSL color Cylindrical-coordinate representation of color #825EB9: hue angle of 263.74º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #825EB9 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 94 185 -
CMYK 0.30 0.49 0 0.27
HSL 263.74º 0.39% 0.55% -
HSV(B) 263.74º 0.49% 0.73% -
XYZ 21.97 16.25 47.88 -
YUV 115.14 167.43 138.6 -
System Red Green Blue C M Y K H S L
Decimal 130 94 185 0.30 0.49 0 0.27 263.74 0.39 0.55
Hex 82 5E B9 1E 31 0 1B 108 27 37
Octal 202 136 271 36 61 0 33 410 47 67
Binary 10000010 1011110 10111001 11110 110001 0 11011 100001000 100111 110111

Color Harmonies of #825EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825EB9

Black with #825EB9

Text Example


Text Example

White with #825EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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