Html Css Color HEX #825ECC True V

📋 copy color: '#825ECC'

red 130 ◦ green 94 ◦ blue 204

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

Shades of True V #825ECC

Tints of True V #825ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.96%

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

R = 30.37%
G = 21.96%
B = 47.66%

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

#825ECC (or 0x825ECC) is known color: True V. HEX triplet: 82, 5E and CC. RGB value is (130,94,204). Sum of RGB (Red+Green+Blue) = 130+94+204=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #825ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ECC is #7DA133. Grayscale: #747474. Windows color (decimal): -8233268 or 13393538. OLE color: 13393538.

HSL color Cylindrical-coordinate representation of color #825ECC: hue angle of 259.64º 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 #825ECC is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 94 204 -
CMYK 0.36 0.54 0 0.2
HSL 259.64º 0.52% 0.58% -
HSV(B) 259.64º 0.54% 0.8% -
XYZ 24.11 17.11 59.16 -
YUV 117.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 130 94 204 0.36 0.54 0 0.2 259.64 0.52 0.58
Hex 82 5E CC 24 36 0 14 104 34 3A
Octal 202 136 314 44 66 0 24 404 64 72
Binary 10000010 1011110 11001100 100100 110110 0 10100 100000100 110100 111010

Color Harmonies of #825ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825ECC

Black with #825ECC

Text Example


Text Example

White with #825ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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