Html Css Color HEX #825DBA True V

📋 copy color: '#825DBA'

red 130 ◦ green 93 ◦ blue 186

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

Shades of True V #825DBA

Tints of True V #825DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.74%

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 31.78%
G = 22.74%
B = 45.48%

CMYK

 C value IS 0.30

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#825DBA (or 0x825DBA) is known color: True V. HEX triplet: 82, 5D and BA. RGB value is (130,93,186). Sum of RGB (Red+Green+Blue) = 130+93+186=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #825DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DBA is #7DA245. Grayscale: #727272. Windows color (decimal): -8233542 or 12213634. OLE color: 12213634.

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

Color convert

RGB 130 93 186 -
CMYK 0.30 0.5 0 0.27
HSL 263.87º 0.4% 0.55% -
HSV(B) 263.87º 0.5% 0.73% -
XYZ 21.98 16.12 48.41 -
YUV 114.67 168.26 138.94 -
System Red Green Blue C M Y K H S L
Decimal 130 93 186 0.30 0.5 0 0.27 263.87 0.4 0.55
Hex 82 5D BA 1E 32 0 1B 108 28 37
Octal 202 135 272 36 62 0 33 410 50 67
Binary 10000010 1011101 10111010 11110 110010 0 11011 100001000 101000 110111

Color Harmonies of #825DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DBA

Black with #825DBA

Text Example


Text Example

White with #825DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,93,186); }

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

background-color css

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

 a { background-color: rgb(130,93,186); }

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

border-color css

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

 span { border-color: rgb(130,93,186); }

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