Html Css Color HEX #833ADC Blue Violet

📋 copy color: '#833ADC'

red 131 ◦ green 58 ◦ blue 220

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

Shades of Blue Violet #833ADC

Tints of Blue Violet #833ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.18%

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

R = 32.03%
G = 14.18%
B = 53.79%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#833ADC (or 0x833ADC) is known color: Blue Violet. HEX triplet: 83, 3A and DC. RGB value is (131,58,220). Sum of RGB (Red+Green+Blue) = 131+58+220=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #833ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ADC is #7CC523. Grayscale: #616161. Windows color (decimal): -8176932 or 14432899. OLE color: 14432899.

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

Color convert

RGB 131 58 220 -
CMYK 0.40 0.74 0 0.14
HSL 267.04º 0.7% 0.55% -
HSV(B) 267.04º 0.74% 0.86% -
XYZ 23.79 13.02 68.97 -
YUV 98.3 196.68 151.33 -
System Red Green Blue C M Y K H S L
Decimal 131 58 220 0.40 0.74 0 0.14 267.04 0.7 0.55
Hex 83 3A DC 28 4A 0 E 10B 46 37
Octal 203 72 334 50 112 0 16 413 106 67
Binary 10000011 111010 11011100 101000 1001010 0 1110 100001011 1000110 110111

Color Harmonies of #833ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833ADC

Black with #833ADC

Text Example


Text Example

White with #833ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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