Html Css Color HEX #825ECF True V

📋 copy color: '#825ECF'

red 130 ◦ green 94 ◦ blue 207

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

Shades of True V #825ECF

Tints of True V #825ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 30.16%
G = 21.81%
B = 48.03%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#825ECF (or 0x825ECF) is known color: True V. HEX triplet: 82, 5E and CF. RGB value is (130,94,207). Sum of RGB (Red+Green+Blue) = 130+94+207=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #825ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ECF is #7DA130. Grayscale: #757575. Windows color (decimal): -8233265 or 13590146. OLE color: 13590146.

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

Color convert

RGB 130 94 207 -
CMYK 0.37 0.55 0 0.19
HSL 259.12º 0.54% 0.59% -
HSV(B) 259.12º 0.55% 0.81% -
XYZ 24.47 17.26 61.07 -
YUV 117.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 130 94 207 0.37 0.55 0 0.19 259.12 0.54 0.59
Hex 82 5E CF 25 37 0 13 103 36 3B
Octal 202 136 317 45 67 0 23 403 66 73
Binary 10000010 1011110 11001111 100101 110111 0 10011 100000011 110110 111011

Color Harmonies of #825ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825ECF

Black with #825ECF

Text Example


Text Example

White with #825ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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