Html Css Color HEX #825CCC True V

📋 copy color: '#825CCC'

red 130 ◦ green 92 ◦ blue 204

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

Shades of True V #825CCC

Tints of True V #825CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 30.52%
G = 21.6%
B = 47.89%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#825CCC (or 0x825CCC) is known color: True V. HEX triplet: 82, 5C and CC. RGB value is (130,92,204). Sum of RGB (Red+Green+Blue) = 130+92+204=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #825CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CCC is #7DA333. Grayscale: #737373. Windows color (decimal): -8233780 or 13393026. OLE color: 13393026.

HSL color Cylindrical-coordinate representation of color #825CCC: hue angle of 260.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825CCC is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 92 204 -
CMYK 0.36 0.55 0 0.2
HSL 260.36º 0.52% 0.58% -
HSV(B) 260.36º 0.55% 0.8% -
XYZ 23.93 16.76 59.1 -
YUV 116.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 130 92 204 0.36 0.55 0 0.2 260.36 0.52 0.58
Hex 82 5C CC 24 37 0 14 104 34 3A
Octal 202 134 314 44 67 0 24 404 64 72
Binary 10000010 1011100 11001100 100100 110111 0 10100 100000100 110100 111010

Color Harmonies of #825CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CCC

Black with #825CCC

Text Example


Text Example

White with #825CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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