Html Css Color HEX #830DEA Blue Violet

📋 copy color: '#830DEA'

red 131 ◦ green 13 ◦ blue 234

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

Shades of Blue Violet #830DEA

Tints of Blue Violet #830DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 34.66%
G = 3.44%
B = 61.9%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#830DEA (or 0x830DEA) is known color: Blue Violet. HEX triplet: 83, 0D and EA. RGB value is (131,13,234). Sum of RGB (Red+Green+Blue) = 131+13+234=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #830DEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830DEA is #7CF215. Grayscale: #484848. Windows color (decimal): -8188438 or 15338883. OLE color: 15338883.

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

Color convert

RGB 131 13 234 -
CMYK 0.44 0.94 0 0.08
HSL 272.04º 0.89% 0.48% -
HSV(B) 272.04º 0.94% 0.92% -
XYZ 24.36 11.05 78.69 -
YUV 73.48 218.59 169.03 -
System Red Green Blue C M Y K H S L
Decimal 131 13 234 0.44 0.94 0 0.08 272.04 0.89 0.48
Hex 83 D EA 2C 5E 0 8 110 59 30
Octal 203 15 352 54 136 0 10 420 131 60
Binary 10000011 1101 11101010 101100 1011110 0 1000 100010000 1011001 110000

Color Harmonies of #830DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DEA

Black with #830DEA

Text Example


Text Example

White with #830DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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