Html Css Color HEX #835DBE True V

📋 copy color: '#835DBE'

red 131 ◦ green 93 ◦ blue 190

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

Shades of True V #835DBE

Tints of True V #835DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 31.64%
G = 22.46%
B = 45.89%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#835DBE (or 0x835DBE) is known color: True V. HEX triplet: 83, 5D and BE. RGB value is (131,93,190). Sum of RGB (Red+Green+Blue) = 131+93+190=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #835DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DBE is #7CA241. Grayscale: #737373. Windows color (decimal): -8168002 or 12475779. OLE color: 12475779.

HSL color Cylindrical-coordinate representation of color #835DBE: hue angle of 263.51º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #835DBE is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 93 190 -
CMYK 0.31 0.51 0 0.25
HSL 263.51º 0.43% 0.55% -
HSV(B) 263.51º 0.51% 0.75% -
XYZ 22.57 16.37 50.69 -
YUV 115.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 131 93 190 0.31 0.51 0 0.25 263.51 0.43 0.55
Hex 83 5D BE 1F 33 0 19 108 2B 37
Octal 203 135 276 37 63 0 31 410 53 67
Binary 10000011 1011101 10111110 11111 110011 0 11001 100001000 101011 110111

Color Harmonies of #835DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DBE

Black with #835DBE

Text Example


Text Example

White with #835DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,93,190); }

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

background-color css

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

 a { background-color: rgb(131,93,190); }

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

border-color css

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

 span { border-color: rgb(131,93,190); }

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