Html Css Color HEX #835AC9 True V

📋 copy color: '#835AC9'

red 131 ◦ green 90 ◦ blue 201

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

Shades of True V #835AC9

Tints of True V #835AC9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.33%

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

R = 31.04%
G = 21.33%
B = 47.63%

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

#835AC9 (or 0x835AC9) is known color: True V. HEX triplet: 83, 5A and C9. RGB value is (131,90,201). Sum of RGB (Red+Green+Blue) = 131+90+201=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #835AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835AC9 is #7CA536. Grayscale: #727272. Windows color (decimal): -8168759 or 13195907. OLE color: 13195907.

HSL color Cylindrical-coordinate representation of color #835AC9: hue angle of 262.16º degrees, saturation: 0.51, 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 #835AC9 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 90 201 -
CMYK 0.35 0.55 0 0.21
HSL 262.16º 0.51% 0.57% -
HSV(B) 262.16º 0.55% 0.79% -
XYZ 23.56 16.35 57.17 -
YUV 114.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 131 90 201 0.35 0.55 0 0.21 262.16 0.51 0.57
Hex 83 5A C9 23 37 0 15 106 33 39
Octal 203 132 311 43 67 0 25 406 63 71
Binary 10000011 1011010 11001001 100011 110111 0 10101 100000110 110011 111001

Color Harmonies of #835AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835AC9

Black with #835AC9

Text Example


Text Example

White with #835AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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