Html Css Color HEX #825ACB True V

📋 copy color: '#825ACB'

red 130 ◦ green 90 ◦ blue 203

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

Shades of True V #825ACB

Tints of True V #825ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 30.73%
G = 21.28%
B = 47.99%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#825ACB (or 0x825ACB) is known color: True V. HEX triplet: 82, 5A and CB. RGB value is (130,90,203). Sum of RGB (Red+Green+Blue) = 130+90+203=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #825ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ACB is #7DA534. Grayscale: #727272. Windows color (decimal): -8234293 or 13326978. OLE color: 13326978.

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

Color convert

RGB 130 90 203 -
CMYK 0.36 0.56 0 0.20
HSL 261.24º 0.52% 0.57% -
HSV(B) 261.24º 0.56% 0.8% -
XYZ 23.64 16.37 58.41 -
YUV 114.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 130 90 203 0.36 0.56 0 0.20 261.24 0.52 0.57
Hex 82 5A CB 24 38 0 14 105 34 39
Octal 202 132 313 44 70 0 24 405 64 71
Binary 10000010 1011010 11001011 100100 111000 0 10100 100000101 110100 111001

Color Harmonies of #825ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825ACB

Black with #825ACB

Text Example


Text Example

White with #825ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,90,203); }

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

background-color css

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

 a { background-color: rgb(130,90,203); }

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

border-color css

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

 span { border-color: rgb(130,90,203); }

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