Html Css Color HEX #833BD5 Blue Violet

📋 copy color: '#833BD5'

red 131 ◦ green 59 ◦ blue 213

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

Shades of Blue Violet #833BD5

Tints of Blue Violet #833BD5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.64%

 BLUE value IS 213 (83.59% from 255) = 52.85%

R = 32.51%
G = 14.64%
B = 52.85%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#833BD5 (or 0x833BD5) is known color: Blue Violet. HEX triplet: 83, 3B and D5. RGB value is (131,59,213). Sum of RGB (Red+Green+Blue) = 131+59+213=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #833BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BD5 is #7CC42A. Grayscale: #616161. Windows color (decimal): -8176683 or 13974403. OLE color: 13974403.

HSL color Cylindrical-coordinate representation of color #833BD5: hue angle of 268.05º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833BD5 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 59 213 -
CMYK 0.38 0.72 0 0.16
HSL 268.05º 0.65% 0.53% -
HSV(B) 268.05º 0.72% 0.84% -
XYZ 22.93 12.76 64.2 -
YUV 98.08 192.85 151.48 -
System Red Green Blue C M Y K H S L
Decimal 131 59 213 0.38 0.72 0 0.16 268.05 0.65 0.53
Hex 83 3B D5 26 48 0 10 10C 41 35
Octal 203 73 325 46 110 0 20 414 101 65
Binary 10000011 111011 11010101 100110 1001000 0 10000 100001100 1000001 110101

Color Harmonies of #833BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833BD5

Black with #833BD5

Text Example


Text Example

White with #833BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833BD5; }

 p { color: rgb(131,59,213); }

 H1.HeaderClassName
 {
   color: #833BD5;
 }
 .AnyTagClassName
 {
   color: #833BD5;
 }
</style>

background-color css

<style>
 a { background-color: #833BD5; }

 a { background-color: rgb(131,59,213); }

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

border-color css

<style>
 span { border-color: #833BD5; }

 span { border-color: rgb(131,59,213); }

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