Html Css Color HEX #835FC1 True V

📋 copy color: '#835FC1'

red 131 ◦ green 95 ◦ blue 193

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

Shades of True V #835FC1

Tints of True V #835FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.06%

R = 31.26%
G = 22.67%
B = 46.06%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#835FC1 (or 0x835FC1) is known color: True V. HEX triplet: 83, 5F and C1. RGB value is (131,95,193). Sum of RGB (Red+Green+Blue) = 131+95+193=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #835FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FC1 is #7CA03E. Grayscale: #747474. Windows color (decimal): -8167487 or 12672899. OLE color: 12672899.

HSL color Cylindrical-coordinate representation of color #835FC1: hue angle of 262.04º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #835FC1 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 95 193 -
CMYK 0.32 0.51 0 0.24
HSL 262.04º 0.44% 0.56% -
HSV(B) 262.04º 0.51% 0.76% -
XYZ 23.08 16.86 52.49 -
YUV 116.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 131 95 193 0.32 0.51 0 0.24 262.04 0.44 0.56
Hex 83 5F C1 20 33 0 18 106 2C 38
Octal 203 137 301 40 63 0 30 406 54 70
Binary 10000011 1011111 11000001 100000 110011 0 11000 100000110 101100 111000

Color Harmonies of #835FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FC1

Black with #835FC1

Text Example


Text Example

White with #835FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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