Html Css Color HEX #825DCB True V

📋 copy color: '#825DCB'

red 130 ◦ green 93 ◦ blue 203

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

Shades of True V #825DCB

Tints of True V #825DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.83%

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

R = 30.52%
G = 21.83%
B = 47.65%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#825DCB (or 0x825DCB) is known color: True V. HEX triplet: 82, 5D and CB. RGB value is (130,93,203). Sum of RGB (Red+Green+Blue) = 130+93+203=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #825DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DCB is #7DA234. Grayscale: #747474. Windows color (decimal): -8233525 or 13327746. OLE color: 13327746.

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

Color convert

RGB 130 93 203 -
CMYK 0.36 0.54 0 0.20
HSL 260.18º 0.51% 0.58% -
HSV(B) 260.18º 0.54% 0.8% -
XYZ 23.9 16.89 58.5 -
YUV 116.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 130 93 203 0.36 0.54 0 0.20 260.18 0.51 0.58
Hex 82 5D CB 24 36 0 14 104 33 3A
Octal 202 135 313 44 66 0 24 404 63 72
Binary 10000010 1011101 11001011 100100 110110 0 10100 100000100 110011 111010

Color Harmonies of #825DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DCB

Black with #825DCB

Text Example


Text Example

White with #825DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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