Html Css Color HEX #825FCF True V

📋 copy color: '#825FCF'

red 130 ◦ green 95 ◦ blue 207

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

Shades of True V #825FCF

Tints of True V #825FCF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

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

R = 30.09%
G = 21.99%
B = 47.92%

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

#825FCF (or 0x825FCF) is known color: True V. HEX triplet: 82, 5F and CF. RGB value is (130,95,207). Sum of RGB (Red+Green+Blue) = 130+95+207=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #825FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FCF is #7DA030. Grayscale: #757575. Windows color (decimal): -8233009 or 13590402. OLE color: 13590402.

HSL color Cylindrical-coordinate representation of color #825FCF: hue angle of 258.75º degrees, saturation: 0.54, 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 #825FCF is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 95 207 -
CMYK 0.37 0.54 0 0.19
HSL 258.75º 0.54% 0.59% -
HSV(B) 258.75º 0.54% 0.81% -
XYZ 24.56 17.44 61.1 -
YUV 118.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 130 95 207 0.37 0.54 0 0.19 258.75 0.54 0.59
Hex 82 5F CF 25 36 0 13 103 36 3B
Octal 202 137 317 45 66 0 23 403 66 73
Binary 10000010 1011111 11001111 100101 110110 0 10011 100000011 110110 111011

Color Harmonies of #825FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825FCF

Black with #825FCF

Text Example


Text Example

White with #825FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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