Html Css Color HEX #825ECE True V

📋 copy color: '#825ECE'

red 130 ◦ green 94 ◦ blue 206

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

Shades of True V #825ECE

Tints of True V #825ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 30.23%
G = 21.86%
B = 47.91%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#825ECE (or 0x825ECE) is known color: True V. HEX triplet: 82, 5E and CE. RGB value is (130,94,206). Sum of RGB (Red+Green+Blue) = 130+94+206=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #825ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ECE is #7DA131. Grayscale: #757575. Windows color (decimal): -8233266 or 13524610. OLE color: 13524610.

HSL color Cylindrical-coordinate representation of color #825ECE: hue angle of 259.29º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #825ECE is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 94 206 -
CMYK 0.37 0.54 0 0.19
HSL 259.29º 0.53% 0.59% -
HSV(B) 259.29º 0.54% 0.81% -
XYZ 24.35 17.21 60.43 -
YUV 117.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 130 94 206 0.37 0.54 0 0.19 259.29 0.53 0.59
Hex 82 5E CE 25 36 0 13 103 35 3B
Octal 202 136 316 45 66 0 23 403 65 73
Binary 10000010 1011110 11001110 100101 110110 0 10011 100000011 110101 111011

Color Harmonies of #825ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825ECE

Black with #825ECE

Text Example


Text Example

White with #825ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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