Html Css Color HEX #833BFA Blue Violet

📋 copy color: '#833BFA'

red 131 ◦ green 59 ◦ blue 250

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

Shades of Blue Violet #833BFA

Tints of Blue Violet #833BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.82%

R = 29.77%
G = 13.41%
B = 56.82%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#833BFA (or 0x833BFA) is known color: Blue Violet. HEX triplet: 83, 3B and FA. RGB value is (131,59,250). Sum of RGB (Red+Green+Blue) = 131+59+250=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #833BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #833BFA is #7CC405. Grayscale: #656565. Windows color (decimal): -8176646 or 16399235. OLE color: 16399235.

HSL color Cylindrical-coordinate representation of color #833BFA: hue angle of 262.62º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #833BFA is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 59 250 -
CMYK 0.48 0.76 0 0.02
HSL 262.62º 0.95% 0.61% -
HSV(B) 262.62º 0.76% 0.98% -
XYZ 28.18 14.86 91.82 -
YUV 102.3 211.35 148.47 -
System Red Green Blue C M Y K H S L
Decimal 131 59 250 0.48 0.76 0 0.02 262.62 0.95 0.61
Hex 83 3B FA 30 4C 0 2 107 5F 3D
Octal 203 73 372 60 114 0 2 407 137 75
Binary 10000011 111011 11111010 110000 1001100 0 10 100000111 1011111 111101

Color Harmonies of #833BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833BFA

Black with #833BFA

Text Example


Text Example

White with #833BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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