Html Css Color HEX #825CCB True V

📋 copy color: '#825CCB'

red 130 ◦ green 92 ◦ blue 203

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

Shades of True V #825CCB

Tints of True V #825CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.65%

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

R = 30.59%
G = 21.65%
B = 47.76%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#825CCB (or 0x825CCB) is known color: True V. HEX triplet: 82, 5C and CB. RGB value is (130,92,203). Sum of RGB (Red+Green+Blue) = 130+92+203=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #825CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CCB is #7DA334. Grayscale: #737373. Windows color (decimal): -8233781 or 13327490. OLE color: 13327490.

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

Color convert

RGB 130 92 203 -
CMYK 0.36 0.55 0 0.20
HSL 260.54º 0.52% 0.58% -
HSV(B) 260.54º 0.55% 0.8% -
XYZ 23.81 16.71 58.47 -
YUV 116.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 130 92 203 0.36 0.55 0 0.20 260.54 0.52 0.58
Hex 82 5C CB 24 37 0 14 105 34 3A
Octal 202 134 313 44 67 0 24 405 64 72
Binary 10000010 1011100 11001011 100100 110111 0 10100 100000101 110100 111010

Color Harmonies of #825CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CCB

Black with #825CCB

Text Example


Text Example

White with #825CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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