Html Css Color HEX #825BBC True V

📋 copy color: '#825BBC'

red 130 ◦ green 91 ◦ blue 188

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

Shades of True V #825BBC

Tints of True V #825BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 31.78%
G = 22.25%
B = 45.97%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#825BBC (or 0x825BBC) is known color: True V. HEX triplet: 82, 5B and BC. RGB value is (130,91,188). Sum of RGB (Red+Green+Blue) = 130+91+188=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #825BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BBC is #7DA443. Grayscale: #717171. Windows color (decimal): -8234052 or 12344194. OLE color: 12344194.

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

Color convert

RGB 130 91 188 -
CMYK 0.31 0.52 0 0.26
HSL 264.12º 0.42% 0.55% -
HSV(B) 264.12º 0.52% 0.74% -
XYZ 22.02 15.86 49.48 -
YUV 113.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 130 91 188 0.31 0.52 0 0.26 264.12 0.42 0.55
Hex 82 5B BC 1F 34 0 1A 108 2A 37
Octal 202 133 274 37 64 0 32 410 52 67
Binary 10000010 1011011 10111100 11111 110100 0 11010 100001000 101010 110111

Color Harmonies of #825BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BBC

Black with #825BBC

Text Example


Text Example

White with #825BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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