Html Css Color HEX #825FCB True V

📋 copy color: '#825FCB'

red 130 ◦ green 95 ◦ blue 203

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

Shades of True V #825FCB

Tints of True V #825FCB

RGB

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

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

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

R = 30.37%
G = 22.2%
B = 47.43%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#825FCB (or 0x825FCB) is known color: True V. HEX triplet: 82, 5F and CB. RGB value is (130,95,203). Sum of RGB (Red+Green+Blue) = 130+95+203=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #825FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FCB is #7DA034. Grayscale: #757575. Windows color (decimal): -8233013 or 13328258. OLE color: 13328258.

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

Color convert

RGB 130 95 203 -
CMYK 0.36 0.53 0 0.20
HSL 259.44º 0.51% 0.58% -
HSV(B) 259.44º 0.53% 0.8% -
XYZ 24.08 17.24 58.56 -
YUV 117.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 130 95 203 0.36 0.53 0 0.20 259.44 0.51 0.58
Hex 82 5F CB 24 35 0 14 103 33 3A
Octal 202 137 313 44 65 0 24 403 63 72
Binary 10000010 1011111 11001011 100100 110101 0 10100 100000011 110011 111010

Color Harmonies of #825FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825FCB

Black with #825FCB

Text Example


Text Example

White with #825FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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