Html Css Color HEX #825ED1 True V

📋 copy color: '#825ED1'

red 130 ◦ green 94 ◦ blue 209

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

Shades of True V #825ED1

Tints of True V #825ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.27%

R = 30.02%
G = 21.71%
B = 48.27%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#825ED1 (or 0x825ED1) is known color: True V. HEX triplet: 82, 5E and D1. RGB value is (130,94,209). Sum of RGB (Red+Green+Blue) = 130+94+209=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #825ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ED1 is #7DA12E. Grayscale: #757575. Windows color (decimal): -8233263 or 13721218. OLE color: 13721218.

HSL color Cylindrical-coordinate representation of color #825ED1: hue angle of 258.78º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825ED1 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 94 209 -
CMYK 0.38 0.55 0 0.18
HSL 258.78º 0.56% 0.59% -
HSV(B) 258.78º 0.55% 0.82% -
XYZ 24.72 17.35 62.37 -
YUV 117.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 130 94 209 0.38 0.55 0 0.18 258.78 0.56 0.59
Hex 82 5E D1 26 37 0 12 103 38 3B
Octal 202 136 321 46 67 0 22 403 70 73
Binary 10000010 1011110 11010001 100110 110111 0 10010 100000011 111000 111011

Color Harmonies of #825ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825ED1

Black with #825ED1

Text Example


Text Example

White with #825ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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