Html Css Color HEX #830FBC Dark Violet

📋 copy color: '#830FBC'

red 131 ◦ green 15 ◦ blue 188

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

Shades of Dark Violet #830FBC

Tints of Dark Violet #830FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.49%

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 39.22%
G = 4.49%
B = 56.29%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#830FBC (or 0x830FBC) is known color: Dark Violet. HEX triplet: 83, 0F and BC. RGB value is (131,15,188). Sum of RGB (Red+Green+Blue) = 131+15+188=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #830FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FBC is #7CF043. Grayscale: #444444. Windows color (decimal): -8187972 or 12324739. OLE color: 12324739.

HSL color Cylindrical-coordinate representation of color #830FBC: hue angle of 280.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830FBC is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 15 188 -
CMYK 0.30 0.92 0 0.26
HSL 280.23º 0.85% 0.4% -
HSV(B) 280.23º 0.92% 0.74% -
XYZ 18.61 8.8 48.29 -
YUV 69.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 131 15 188 0.30 0.92 0 0.26 280.23 0.85 0.4
Hex 83 F BC 1E 5C 0 1A 118 55 28
Octal 203 17 274 36 134 0 32 430 125 50
Binary 10000011 1111 10111100 11110 1011100 0 11010 100011000 1010101 101000

Color Harmonies of #830FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FBC

Black with #830FBC

Text Example


Text Example

White with #830FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,15,188); }

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

background-color css

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

 a { background-color: rgb(131,15,188); }

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

border-color css

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

 span { border-color: rgb(131,15,188); }

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