Html Css Color HEX #835BCD True V

📋 copy color: '#835BCD'

red 131 ◦ green 91 ◦ blue 205

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

Shades of True V #835BCD

Tints of True V #835BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.31%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 30.68%
G = 21.31%
B = 48.01%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#835BCD (or 0x835BCD) is known color: True V. HEX triplet: 83, 5B and CD. RGB value is (131,91,205). Sum of RGB (Red+Green+Blue) = 131+91+205=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #835BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BCD is #7CA432. Grayscale: #737373. Windows color (decimal): -8168499 or 13458307. OLE color: 13458307.

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

Color convert

RGB 131 91 205 -
CMYK 0.36 0.56 0 0.20
HSL 261.05º 0.53% 0.58% -
HSV(B) 261.05º 0.56% 0.8% -
XYZ 24.12 16.72 59.71 -
YUV 115.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 131 91 205 0.36 0.56 0 0.20 261.05 0.53 0.58
Hex 83 5B CD 24 38 0 14 105 35 3A
Octal 203 133 315 44 70 0 24 405 65 72
Binary 10000011 1011011 11001101 100100 111000 0 10100 100000101 110101 111010

Color Harmonies of #835BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BCD

Black with #835BCD

Text Example


Text Example

White with #835BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,91,205); }

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

background-color css

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

 a { background-color: rgb(131,91,205); }

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

border-color css

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

 span { border-color: rgb(131,91,205); }

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