Html Css Color HEX #833BDC Blue Violet

📋 copy color: '#833BDC'

red 131 ◦ green 59 ◦ blue 220

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

Shades of Blue Violet #833BDC

Tints of Blue Violet #833BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 31.95%
G = 14.39%
B = 53.66%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#833BDC (or 0x833BDC) is known color: Blue Violet. HEX triplet: 83, 3B and DC. RGB value is (131,59,220). Sum of RGB (Red+Green+Blue) = 131+59+220=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #833BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BDC is #7CC423. Grayscale: #626262. Windows color (decimal): -8176676 or 14433155. OLE color: 14433155.

HSL color Cylindrical-coordinate representation of color #833BDC: hue angle of 266.83º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #833BDC is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 59 220 -
CMYK 0.40 0.73 0 0.14
HSL 266.83º 0.7% 0.55% -
HSV(B) 266.83º 0.73% 0.86% -
XYZ 23.84 13.12 68.99 -
YUV 98.88 196.35 150.91 -
System Red Green Blue C M Y K H S L
Decimal 131 59 220 0.40 0.73 0 0.14 266.83 0.7 0.55
Hex 83 3B DC 28 49 0 E 10B 46 37
Octal 203 73 334 50 111 0 16 413 106 67
Binary 10000011 111011 11011100 101000 1001001 0 1110 100001011 1000110 110111

Color Harmonies of #833BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833BDC

Black with #833BDC

Text Example


Text Example

White with #833BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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