Html Css Color HEX #825ABD True V

📋 copy color: '#825ABD'

red 130 ◦ green 90 ◦ blue 189

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

Shades of True V #825ABD

Tints of True V #825ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 31.78%
G = 22%
B = 46.21%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#825ABD (or 0x825ABD) is known color: True V. HEX triplet: 82, 5A and BD. RGB value is (130,90,189). Sum of RGB (Red+Green+Blue) = 130+90+189=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #825ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ABD is #7DA542. Grayscale: #707070. Windows color (decimal): -8234307 or 12409474. OLE color: 12409474.

HSL color Cylindrical-coordinate representation of color #825ABD: hue angle of 264.24º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #825ABD is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 90 189 -
CMYK 0.31 0.52 0 0.26
HSL 264.24º 0.43% 0.55% -
HSV(B) 264.24º 0.52% 0.74% -
XYZ 22.05 15.73 50.02 -
YUV 113.25 170.75 139.95 -
System Red Green Blue C M Y K H S L
Decimal 130 90 189 0.31 0.52 0 0.26 264.24 0.43 0.55
Hex 82 5A BD 1F 34 0 1A 108 2B 37
Octal 202 132 275 37 64 0 32 410 53 67
Binary 10000010 1011010 10111101 11111 110100 0 11010 100001000 101011 110111

Color Harmonies of #825ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825ABD

Black with #825ABD

Text Example


Text Example

White with #825ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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