Html Css Color HEX #830EBB Dark Violet

📋 copy color: '#830EBB'

red 131 ◦ green 14 ◦ blue 187

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

Shades of Dark Violet #830EBB

Tints of Dark Violet #830EBB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.22%

 BLUE value IS 187 (73.44% from 255) = 56.33%

R = 39.46%
G = 4.22%
B = 56.33%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#830EBB (or 0x830EBB) is known color: Dark Violet. HEX triplet: 83, 0E and BB. RGB value is (131,14,187). Sum of RGB (Red+Green+Blue) = 131+14+187=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #830EBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830EBB is #7CF144. Grayscale: #444444. Windows color (decimal): -8188229 or 12258947. OLE color: 12258947.

HSL color Cylindrical-coordinate representation of color #830EBB: hue angle of 280.58º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830EBB is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 14 187 -
CMYK 0.30 0.93 0 0.27
HSL 280.58º 0.86% 0.39% -
HSV(B) 280.58º 0.93% 0.73% -
XYZ 18.49 8.73 47.72 -
YUV 68.71 194.76 172.43 -
System Red Green Blue C M Y K H S L
Decimal 131 14 187 0.30 0.93 0 0.27 280.58 0.86 0.39
Hex 83 E BB 1E 5D 0 1B 119 56 27
Octal 203 16 273 36 135 0 33 431 126 47
Binary 10000011 1110 10111011 11110 1011101 0 11011 100011001 1010110 100111

Color Harmonies of #830EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830EBB

Black with #830EBB

Text Example


Text Example

White with #830EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,14,187); }

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

background-color css

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

 a { background-color: rgb(131,14,187); }

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

border-color css

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

 span { border-color: rgb(131,14,187); }

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