Html Css Color HEX #825FCC True V

📋 copy color: '#825FCC'

red 130 ◦ green 95 ◦ blue 204

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

Shades of True V #825FCC

Tints of True V #825FCC

RGB

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

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

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

R = 30.3%
G = 22.14%
B = 47.55%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#825FCC (or 0x825FCC) is known color: True V. HEX triplet: 82, 5F and CC. RGB value is (130,95,204). Sum of RGB (Red+Green+Blue) = 130+95+204=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #825FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FCC is #7DA033. Grayscale: #757575. Windows color (decimal): -8233012 or 13393794. OLE color: 13393794.

HSL color Cylindrical-coordinate representation of color #825FCC: hue angle of 259.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #825FCC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 95 204 -
CMYK 0.36 0.53 0 0.2
HSL 259.27º 0.52% 0.59% -
HSV(B) 259.27º 0.53% 0.8% -
XYZ 24.2 17.29 59.19 -
YUV 117.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 130 95 204 0.36 0.53 0 0.2 259.27 0.52 0.59
Hex 82 5F CC 24 35 0 14 103 34 3B
Octal 202 137 314 44 65 0 24 403 64 73
Binary 10000010 1011111 11001100 100100 110101 0 10100 100000011 110100 111011

Color Harmonies of #825FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825FCC

Black with #825FCC

Text Example


Text Example

White with #825FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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