Html Css Color HEX #830BEB Blue Violet

📋 copy color: '#830BEB'

red 131 ◦ green 11 ◦ blue 235

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

Shades of Blue Violet #830BEB

Tints of Blue Violet #830BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.92%

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 34.75%
G = 2.92%
B = 62.33%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#830BEB (or 0x830BEB) is known color: Blue Violet. HEX triplet: 83, 0B and EB. RGB value is (131,11,235). Sum of RGB (Red+Green+Blue) = 131+11+235=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #830BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830BEB is #7CF414. Grayscale: #474747. Windows color (decimal): -8188949 or 15403907. OLE color: 15403907.

HSL color Cylindrical-coordinate representation of color #830BEB: hue angle of 272.14º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BEB is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 11 235 -
CMYK 0.44 0.95 0 0.08
HSL 272.14º 0.91% 0.48% -
HSV(B) 272.14º 0.95% 0.92% -
XYZ 24.48 11.06 79.44 -
YUV 72.42 219.76 169.79 -
System Red Green Blue C M Y K H S L
Decimal 131 11 235 0.44 0.95 0 0.08 272.14 0.91 0.48
Hex 83 B EB 2C 5F 0 8 110 5B 30
Octal 203 13 353 54 137 0 10 420 133 60
Binary 10000011 1011 11101011 101100 1011111 0 1000 100010000 1011011 110000

Color Harmonies of #830BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BEB

Black with #830BEB

Text Example


Text Example

White with #830BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830BEB; }

 p { color: rgb(131,11,235); }

 H1.HeaderClassName
 {
   color: #830BEB;
 }
 .AnyTagClassName
 {
   color: #830BEB;
 }
</style>

background-color css

<style>
 a { background-color: #830BEB; }

 a { background-color: rgb(131,11,235); }

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

border-color css

<style>
 span { border-color: #830BEB; }

 span { border-color: rgb(131,11,235); }

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