Html Css Color HEX #825FBB True V

📋 copy color: '#825FBB'

red 130 ◦ green 95 ◦ blue 187

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

Shades of True V #825FBB

Tints of True V #825FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 31.55%
G = 23.06%
B = 45.39%

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

#825FBB (or 0x825FBB) is known color: True V. HEX triplet: 82, 5F and BB. RGB value is (130,95,187). Sum of RGB (Red+Green+Blue) = 130+95+187=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #825FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FBB is #7DA044. Grayscale: #737373. Windows color (decimal): -8233029 or 12279682. OLE color: 12279682.

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

Color convert

RGB 130 95 187 -
CMYK 0.30 0.49 0 0.27
HSL 262.83º 0.4% 0.55% -
HSV(B) 262.83º 0.49% 0.73% -
XYZ 22.27 16.52 49.03 -
YUV 115.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 130 95 187 0.30 0.49 0 0.27 262.83 0.4 0.55
Hex 82 5F BB 1E 31 0 1B 107 28 37
Octal 202 137 273 36 61 0 33 407 50 67
Binary 10000010 1011111 10111011 11110 110001 0 11011 100000111 101000 110111

Color Harmonies of #825FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825FBB

Black with #825FBB

Text Example


Text Example

White with #825FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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