Html Css Color HEX #825BAF Studio

📋 copy color: '#825BAF'

red 130 ◦ green 91 ◦ blue 175

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

Shades of Studio #825BAF

Tints of Studio #825BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.98%

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 32.83%
G = 22.98%
B = 44.19%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#825BAF (or 0x825BAF) is known color: Studio. HEX triplet: 82, 5B and AF. RGB value is (130,91,175). Sum of RGB (Red+Green+Blue) = 130+91+175=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #825BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825BAF is #7DA450. Grayscale: #6F6F6F. Windows color (decimal): -8234065 or 11492226. OLE color: 11492226.

HSL color Cylindrical-coordinate representation of color #825BAF: hue angle of 267.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #825BAF is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 91 175 -
CMYK 0.26 0.48 0 0.31
HSL 267.86º 0.34% 0.52% -
HSV(B) 267.86º 0.48% 0.69% -
XYZ 20.68 15.32 42.42 -
YUV 112.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 130 91 175 0.26 0.48 0 0.31 267.86 0.34 0.52
Hex 82 5B AF 1A 30 0 1F 10C 22 34
Octal 202 133 257 32 60 0 37 414 42 64
Binary 10000010 1011011 10101111 11010 110000 0 11111 100001100 100010 110100

Color Harmonies of #825BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BAF

Black with #825BAF

Text Example


Text Example

White with #825BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,91,175); }

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

background-color css

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

 a { background-color: rgb(130,91,175); }

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

border-color css

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

 span { border-color: rgb(130,91,175); }

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