Html Css Color HEX #825CBB True V

📋 copy color: '#825CBB'

red 130 ◦ green 92 ◦ blue 187

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

Shades of True V #825CBB

Tints of True V #825CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.49%

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

R = 31.78%
G = 22.49%
B = 45.72%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#825CBB (or 0x825CBB) is known color: True V. HEX triplet: 82, 5C and BB. RGB value is (130,92,187). Sum of RGB (Red+Green+Blue) = 130+92+187=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #825CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CBB is #7DA344. Grayscale: #717171. Windows color (decimal): -8233797 or 12278914. OLE color: 12278914.

HSL color Cylindrical-coordinate representation of color #825CBB: hue angle of 264º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #825CBB is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 92 187 -
CMYK 0.30 0.51 0 0.27
HSL 264º 0.41% 0.55% -
HSV(B) 264º 0.51% 0.73% -
XYZ 22 15.99 48.94 -
YUV 114.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 130 92 187 0.30 0.51 0 0.27 264 0.41 0.55
Hex 82 5C BB 1E 33 0 1B 108 29 37
Octal 202 134 273 36 63 0 33 410 51 67
Binary 10000010 1011100 10111011 11110 110011 0 11011 100001000 101001 110111

Color Harmonies of #825CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CBB

Black with #825CBB

Text Example


Text Example

White with #825CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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