Html Css Color HEX #835FBC True V

📋 copy color: '#835FBC'

red 131 ◦ green 95 ◦ blue 188

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

Shades of True V #835FBC

Tints of True V #835FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 31.64%
G = 22.95%
B = 45.41%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#835FBC (or 0x835FBC) is known color: True V. HEX triplet: 83, 5F and BC. RGB value is (131,95,188). Sum of RGB (Red+Green+Blue) = 131+95+188=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #835FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FBC is #7CA043. Grayscale: #747474. Windows color (decimal): -8167492 or 12345219. OLE color: 12345219.

HSL color Cylindrical-coordinate representation of color #835FBC: hue angle of 263.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #835FBC is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 95 188 -
CMYK 0.30 0.49 0 0.26
HSL 263.23º 0.41% 0.55% -
HSV(B) 263.23º 0.49% 0.74% -
XYZ 22.53 16.64 49.6 -
YUV 116.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 131 95 188 0.30 0.49 0 0.26 263.23 0.41 0.55
Hex 83 5F BC 1E 31 0 1A 107 29 37
Octal 203 137 274 36 61 0 32 407 51 67
Binary 10000011 1011111 10111100 11110 110001 0 11010 100000111 101001 110111

Color Harmonies of #835FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FBC

Black with #835FBC

Text Example


Text Example

White with #835FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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