Html Css Color HEX #835CD1 True V

📋 copy color: '#835CD1'

red 131 ◦ green 92 ◦ blue 209

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

Shades of True V #835CD1

Tints of True V #835CD1

RGB

 RED value IS 131 (51.56% from 255) = 30.32%

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

 BLUE value IS 209 (82.03% from 255) = 48.38%

R = 30.32%
G = 21.3%
B = 48.38%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#835CD1 (or 0x835CD1) is known color: True V. HEX triplet: 83, 5C and D1. RGB value is (131,92,209). Sum of RGB (Red+Green+Blue) = 131+92+209=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #835CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CD1 is #7CA32E. Grayscale: #747474. Windows color (decimal): -8168239 or 13720707. OLE color: 13720707.

HSL color Cylindrical-coordinate representation of color #835CD1: hue angle of 260º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #835CD1 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 92 209 -
CMYK 0.37 0.56 0 0.18
HSL 260º 0.56% 0.59% -
HSV(B) 260º 0.56% 0.82% -
XYZ 24.7 17.08 62.32 -
YUV 117 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 131 92 209 0.37 0.56 0 0.18 260 0.56 0.59
Hex 83 5C D1 25 38 0 12 104 38 3B
Octal 203 134 321 45 70 0 22 404 70 73
Binary 10000011 1011100 11010001 100101 111000 0 10010 100000100 111000 111011

Color Harmonies of #835CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CD1

Black with #835CD1

Text Example


Text Example

White with #835CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835CD1; }

 p { color: rgb(131,92,209); }

 H1.HeaderClassName
 {
   color: #835CD1;
 }
 .AnyTagClassName
 {
   color: #835CD1;
 }
</style>

background-color css

<style>
 a { background-color: #835CD1; }

 a { background-color: rgb(131,92,209); }

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

border-color css

<style>
 span { border-color: #835CD1; }

 span { border-color: rgb(131,92,209); }

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