Html Css Color HEX #833CDC Blue Violet

📋 copy color: '#833CDC'

red 131 ◦ green 60 ◦ blue 220

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

Shades of Blue Violet #833CDC

Tints of Blue Violet #833CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.6%

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

R = 31.87%
G = 14.6%
B = 53.53%

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

#833CDC (or 0x833CDC) is known color: Blue Violet. HEX triplet: 83, 3C and DC. RGB value is (131,60,220). Sum of RGB (Red+Green+Blue) = 131+60+220=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #833CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CDC is #7CC323. Grayscale: #626262. Windows color (decimal): -8176420 or 14433411. OLE color: 14433411.

HSL color Cylindrical-coordinate representation of color #833CDC: hue angle of 266.62º 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 #833CDC is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 60 220 -
CMYK 0.40 0.73 0 0.14
HSL 266.63º 0.7% 0.55% -
HSV(B) 266.63º 0.73% 0.86% -
XYZ 23.89 13.22 69 -
YUV 99.47 196.02 150.49 -
System Red Green Blue C M Y K H S L
Decimal 131 60 220 0.40 0.73 0 0.14 266.63 0.7 0.55
Hex 83 3C DC 28 49 0 E 10B 46 37
Octal 203 74 334 50 111 0 16 413 106 67
Binary 10000011 111100 11011100 101000 1001001 0 1110 100001011 1000110 110111

Color Harmonies of #833CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833CDC

Black with #833CDC

Text Example


Text Example

White with #833CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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