Html Css Color HEX #835FBF True V

📋 copy color: '#835FBF'

red 131 ◦ green 95 ◦ blue 191

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

Shades of True V #835FBF

Tints of True V #835FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 31.41%
G = 22.78%
B = 45.8%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#835FBF (or 0x835FBF) is known color: True V. HEX triplet: 83, 5F and BF. RGB value is (131,95,191). Sum of RGB (Red+Green+Blue) = 131+95+191=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #835FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FBF is #7CA040. Grayscale: #747474. Windows color (decimal): -8167489 or 12541827. OLE color: 12541827.

HSL color Cylindrical-coordinate representation of color #835FBF: hue angle of 262.5º degrees, saturation: 0.43, 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 #835FBF is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 95 191 -
CMYK 0.31 0.50 0 0.25
HSL 262.5º 0.43% 0.56% -
HSV(B) 262.5º 0.5% 0.75% -
XYZ 22.86 16.77 51.32 -
YUV 116.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 131 95 191 0.31 0.50 0 0.25 262.5 0.43 0.56
Hex 83 5F BF 1F 32 0 19 106 2B 38
Octal 203 137 277 37 62 0 31 406 53 70
Binary 10000011 1011111 10111111 11111 110010 0 11001 100000110 101011 111000

Color Harmonies of #835FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FBF

Black with #835FBF

Text Example


Text Example

White with #835FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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