Html Css Color HEX #825BC9 True V

📋 copy color: '#825BC9'

red 130 ◦ green 91 ◦ blue 201

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

Shades of True V #825BC9

Tints of True V #825BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 30.81%
G = 21.56%
B = 47.63%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#825BC9 (or 0x825BC9) is known color: True V. HEX triplet: 82, 5B and C9. RGB value is (130,91,201). Sum of RGB (Red+Green+Blue) = 130+91+201=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #825BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BC9 is #7DA436. Grayscale: #727272. Windows color (decimal): -8234039 or 13196162. OLE color: 13196162.

HSL color Cylindrical-coordinate representation of color #825BC9: hue angle of 261.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825BC9 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 91 201 -
CMYK 0.35 0.55 0 0.21
HSL 261.27º 0.5% 0.57% -
HSV(B) 261.27º 0.55% 0.79% -
XYZ 23.49 16.45 57.19 -
YUV 115.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 130 91 201 0.35 0.55 0 0.21 261.27 0.5 0.57
Hex 82 5B C9 23 37 0 15 105 32 39
Octal 202 133 311 43 67 0 25 405 62 71
Binary 10000010 1011011 11001001 100011 110111 0 10101 100000101 110010 111001

Color Harmonies of #825BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BC9

Black with #825BC9

Text Example


Text Example

White with #825BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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