Html Css Color HEX #825CCF True V

📋 copy color: '#825CCF'

red 130 ◦ green 92 ◦ blue 207

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

Shades of True V #825CCF

Tints of True V #825CCF

RGB

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

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

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

R = 30.3%
G = 21.45%
B = 48.25%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#825CCF (or 0x825CCF) is known color: True V. HEX triplet: 82, 5C and CF. RGB value is (130,92,207). Sum of RGB (Red+Green+Blue) = 130+92+207=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #825CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CCF is #7DA330. Grayscale: #747474. Windows color (decimal): -8233777 or 13589634. OLE color: 13589634.

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

Color convert

RGB 130 92 207 -
CMYK 0.37 0.56 0 0.19
HSL 259.83º 0.55% 0.59% -
HSV(B) 259.83º 0.56% 0.81% -
XYZ 24.3 16.91 61.01 -
YUV 116.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 130 92 207 0.37 0.56 0 0.19 259.83 0.55 0.59
Hex 82 5C CF 25 38 0 13 104 37 3B
Octal 202 134 317 45 70 0 23 404 67 73
Binary 10000010 1011100 11001111 100101 111000 0 10011 100000100 110111 111011

Color Harmonies of #825CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CCF

Black with #825CCF

Text Example


Text Example

White with #825CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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