Html Css Color HEX #835BC9 True V

📋 copy color: '#835BC9'

red 131 ◦ green 91 ◦ blue 201

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

Shades of True V #835BC9

Tints of True V #835BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 30.97%
G = 21.51%
B = 47.52%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#835BC9 (or 0x835BC9) is known color: True V. HEX triplet: 83, 5B and C9. RGB value is (131,91,201). Sum of RGB (Red+Green+Blue) = 131+91+201=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #835BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BC9 is #7CA436. Grayscale: #737373. Windows color (decimal): -8168503 or 13196163. OLE color: 13196163.

HSL color Cylindrical-coordinate representation of color #835BC9: hue angle of 261.82º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #835BC9 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 91 201 -
CMYK 0.35 0.55 0 0.21
HSL 261.82º 0.5% 0.57% -
HSV(B) 261.82º 0.55% 0.79% -
XYZ 23.64 16.52 57.2 -
YUV 115.5 176.25 139.06 -
System Red Green Blue C M Y K H S L
Decimal 131 91 201 0.35 0.55 0 0.21 261.82 0.5 0.57
Hex 83 5B C9 23 37 0 15 106 32 39
Octal 203 133 311 43 67 0 25 406 62 71
Binary 10000011 1011011 11001001 100011 110111 0 10101 100000110 110010 111001

Color Harmonies of #835BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BC9

Black with #835BC9

Text Example


Text Example

White with #835BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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