Html Css Color HEX #835FBE True V

📋 copy color: '#835FBE'

red 131 ◦ green 95 ◦ blue 190

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

Shades of True V #835FBE

Tints of True V #835FBE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.84%

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

R = 31.49%
G = 22.84%
B = 45.67%

CMYK

 C value IS 0.31

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#835FBE (or 0x835FBE) is known color: True V. HEX triplet: 83, 5F and BE. RGB value is (131,95,190). Sum of RGB (Red+Green+Blue) = 131+95+190=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #835FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FBE is #7CA041. Grayscale: #747474. Windows color (decimal): -8167490 or 12476291. OLE color: 12476291.

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

Color convert

RGB 131 95 190 -
CMYK 0.31 0.5 0 0.25
HSL 262.74º 0.42% 0.56% -
HSV(B) 262.74º 0.5% 0.75% -
XYZ 22.75 16.73 50.75 -
YUV 116.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 131 95 190 0.31 0.5 0 0.25 262.74 0.42 0.56
Hex 83 5F BE 1F 32 0 19 107 2A 38
Octal 203 137 276 37 62 0 31 407 52 70
Binary 10000011 1011111 10111110 11111 110010 0 11001 100000111 101010 111000

Color Harmonies of #835FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FBE

Black with #835FBE

Text Example


Text Example

White with #835FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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