Html Css Color HEX #825DCC True V

📋 copy color: '#825DCC'

red 130 ◦ green 93 ◦ blue 204

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

Shades of True V #825DCC

Tints of True V #825DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.78%

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

R = 30.44%
G = 21.78%
B = 47.78%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#825DCC (or 0x825DCC) is known color: True V. HEX triplet: 82, 5D and CC. RGB value is (130,93,204). Sum of RGB (Red+Green+Blue) = 130+93+204=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #825DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DCC is #7DA233. Grayscale: #747474. Windows color (decimal): -8233524 or 13393282. OLE color: 13393282.

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

Color convert

RGB 130 93 204 -
CMYK 0.36 0.54 0 0.2
HSL 260º 0.52% 0.58% -
HSV(B) 260º 0.54% 0.8% -
XYZ 24.02 16.93 59.13 -
YUV 116.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 130 93 204 0.36 0.54 0 0.2 260 0.52 0.58
Hex 82 5D CC 24 36 0 14 104 34 3A
Octal 202 135 314 44 66 0 24 404 64 72
Binary 10000010 1011101 11001100 100100 110110 0 10100 100000100 110100 111010

Color Harmonies of #825DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DCC

Black with #825DCC

Text Example


Text Example

White with #825DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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