Html Css Color HEX #825CBF True V

📋 copy color: '#825CBF'

red 130 ◦ green 92 ◦ blue 191

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

Shades of True V #825CBF

Tints of True V #825CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 31.48%
G = 22.28%
B = 46.25%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#825CBF (or 0x825CBF) is known color: True V. HEX triplet: 82, 5C and BF. RGB value is (130,92,191). Sum of RGB (Red+Green+Blue) = 130+92+191=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #825CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CBF is #7DA340. Grayscale: #727272. Windows color (decimal): -8233793 or 12541058. OLE color: 12541058.

HSL color Cylindrical-coordinate representation of color #825CBF: hue angle of 263.03º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #825CBF is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 92 191 -
CMYK 0.32 0.52 0 0.25
HSL 263.03º 0.44% 0.55% -
HSV(B) 263.03º 0.52% 0.75% -
XYZ 22.44 16.16 51.23 -
YUV 114.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 130 92 191 0.32 0.52 0 0.25 263.03 0.44 0.55
Hex 82 5C BF 20 34 0 19 107 2C 37
Octal 202 134 277 40 64 0 31 407 54 67
Binary 10000010 1011100 10111111 100000 110100 0 11001 100000111 101100 110111

Color Harmonies of #825CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CBF

Black with #825CBF

Text Example


Text Example

White with #825CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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