Html Css Color HEX #825CBC True V

📋 copy color: '#825CBC'

red 130 ◦ green 92 ◦ blue 188

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

Shades of True V #825CBC

Tints of True V #825CBC

RGB

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

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

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

R = 31.71%
G = 22.44%
B = 45.85%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#825CBC (or 0x825CBC) is known color: True V. HEX triplet: 82, 5C and BC. RGB value is (130,92,188). Sum of RGB (Red+Green+Blue) = 130+92+188=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #825CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CBC is #7DA343. Grayscale: #717171. Windows color (decimal): -8233796 or 12344450. OLE color: 12344450.

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

Color convert

RGB 130 92 188 -
CMYK 0.31 0.51 0 0.26
HSL 263.75º 0.42% 0.55% -
HSV(B) 263.75º 0.51% 0.74% -
XYZ 22.11 16.03 49.51 -
YUV 114.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 130 92 188 0.31 0.51 0 0.26 263.75 0.42 0.55
Hex 82 5C BC 1F 33 0 1A 108 2A 37
Octal 202 134 274 37 63 0 32 410 52 67
Binary 10000010 1011100 10111100 11111 110011 0 11010 100001000 101010 110111

Color Harmonies of #825CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CBC

Black with #825CBC

Text Example


Text Example

White with #825CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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