Html Css Color HEX #830DEE Blue Violet

📋 copy color: '#830DEE'

red 131 ◦ green 13 ◦ blue 238

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

Shades of Blue Violet #830DEE

Tints of Blue Violet #830DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.4%

 BLUE value IS 238 (93.36% from 255) = 62.3%

R = 34.29%
G = 3.4%
B = 62.3%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#830DEE (or 0x830DEE) is known color: Blue Violet. HEX triplet: 83, 0D and EE. RGB value is (131,13,238). Sum of RGB (Red+Green+Blue) = 131+13+238=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #830DEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830DEE is #7CF211. Grayscale: #494949. Windows color (decimal): -8188434 or 15601027. OLE color: 15601027.

HSL color Cylindrical-coordinate representation of color #830DEE: hue angle of 271.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830DEE is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 13 238 -
CMYK 0.45 0.95 0 0.07
HSL 271.47º 0.9% 0.49% -
HSV(B) 271.47º 0.95% 0.93% -
XYZ 24.94 11.29 81.75 -
YUV 73.93 220.59 168.7 -
System Red Green Blue C M Y K H S L
Decimal 131 13 238 0.45 0.95 0 0.07 271.47 0.9 0.49
Hex 83 D EE 2D 5F 0 7 10F 5A 31
Octal 203 15 356 55 137 0 7 417 132 61
Binary 10000011 1101 11101110 101101 1011111 0 111 100001111 1011010 110001

Color Harmonies of #830DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DEE

Black with #830DEE

Text Example


Text Example

White with #830DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,13,238); }

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

background-color css

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

 a { background-color: rgb(131,13,238); }

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

border-color css

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

 span { border-color: rgb(131,13,238); }

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