Html Css Color HEX #835CBF True V

📋 copy color: '#835CBF'

red 131 ◦ green 92 ◦ blue 191

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

Shades of True V #835CBF

Tints of True V #835CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.22%

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

R = 31.64%
G = 22.22%
B = 46.14%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#835CBF (or 0x835CBF) is known color: True V. HEX triplet: 83, 5C and BF. RGB value is (131,92,191). Sum of RGB (Red+Green+Blue) = 131+92+191=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #835CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CBF is #7CA340. Grayscale: #727272. Windows color (decimal): -8168257 or 12541059. OLE color: 12541059.

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

Color convert

RGB 131 92 191 -
CMYK 0.31 0.52 0 0.25
HSL 263.64º 0.44% 0.55% -
HSV(B) 263.64º 0.52% 0.75% -
XYZ 22.59 16.24 51.23 -
YUV 114.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 131 92 191 0.31 0.52 0 0.25 263.64 0.44 0.55
Hex 83 5C BF 1F 34 0 19 108 2C 37
Octal 203 134 277 37 64 0 31 410 54 67
Binary 10000011 1011100 10111111 11111 110100 0 11001 100001000 101100 110111

Color Harmonies of #835CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CBF

Black with #835CBF

Text Example


Text Example

White with #835CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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