Html Css Color HEX #833DF0 Blue Violet

📋 copy color: '#833DF0'

red 131 ◦ green 61 ◦ blue 240

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

Shades of Blue Violet #833DF0

Tints of Blue Violet #833DF0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.12%

 BLUE value IS 240 (94.14% from 255) = 55.56%

R = 30.32%
G = 14.12%
B = 55.56%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#833DF0 (or 0x833DF0) is known color: Blue Violet. HEX triplet: 83, 3D and F0. RGB value is (131,61,240). Sum of RGB (Red+Green+Blue) = 131+61+240=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #833DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833DF0 is #7CC20F. Grayscale: #656565. Windows color (decimal): -8176144 or 15744387. OLE color: 15744387.

HSL color Cylindrical-coordinate representation of color #833DF0: hue angle of 263.46º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #833DF0 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 61 240 -
CMYK 0.45 0.75 0 0.06
HSL 263.46º 0.86% 0.59% -
HSV(B) 263.46º 0.75% 0.94% -
XYZ 26.76 14.45 83.82 -
YUV 102.34 205.69 148.45 -
System Red Green Blue C M Y K H S L
Decimal 131 61 240 0.45 0.75 0 0.06 263.46 0.86 0.59
Hex 83 3D F0 2D 4B 0 6 107 56 3B
Octal 203 75 360 55 113 0 6 407 126 73
Binary 10000011 111101 11110000 101101 1001011 0 110 100000111 1010110 111011

Color Harmonies of #833DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DF0

Black with #833DF0

Text Example


Text Example

White with #833DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,61,240); }

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

background-color css

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

 a { background-color: rgb(131,61,240); }

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

border-color css

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

 span { border-color: rgb(131,61,240); }

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