Html Css Color HEX #825FBA True V

📋 copy color: '#825FBA'

red 130 ◦ green 95 ◦ blue 186

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

Shades of True V #825FBA

Tints of True V #825FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

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

R = 31.63%
G = 23.11%
B = 45.26%

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

#825FBA (or 0x825FBA) is known color: True V. HEX triplet: 82, 5F and BA. RGB value is (130,95,186). Sum of RGB (Red+Green+Blue) = 130+95+186=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #825FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FBA is #7DA045. Grayscale: #737373. Windows color (decimal): -8233030 or 12214146. OLE color: 12214146.

HSL color Cylindrical-coordinate representation of color #825FBA: hue angle of 263.08º degrees, saturation: 0.4, 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 #825FBA is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 95 186 -
CMYK 0.30 0.49 0 0.27
HSL 263.08º 0.4% 0.55% -
HSV(B) 263.08º 0.49% 0.73% -
XYZ 22.16 16.48 48.47 -
YUV 115.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 130 95 186 0.30 0.49 0 0.27 263.08 0.4 0.55
Hex 82 5F BA 1E 31 0 1B 107 28 37
Octal 202 137 272 36 61 0 33 407 50 67
Binary 10000010 1011111 10111010 11110 110001 0 11011 100000111 101000 110111

Color Harmonies of #825FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825FBA

Black with #825FBA

Text Example


Text Example

White with #825FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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