Html Css Color HEX #830BBE Dark Violet

📋 copy color: '#830BBE'

red 131 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #830BBE

Tints of Dark Violet #830BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 39.46%
G = 3.31%
B = 57.23%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#830BBE (or 0x830BBE) is known color: Dark Violet. HEX triplet: 83, 0B and BE. RGB value is (131,11,190). Sum of RGB (Red+Green+Blue) = 131+11+190=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #830BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BBE is #7CF441. Grayscale: #424242. Windows color (decimal): -8188994 or 12454787. OLE color: 12454787.

HSL color Cylindrical-coordinate representation of color #830BBE: hue angle of 280.22º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830BBE is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 11 190 -
CMYK 0.31 0.94 0 0.25
HSL 280.22º 0.89% 0.39% -
HSV(B) 280.22º 0.94% 0.75% -
XYZ 18.77 8.78 49.42 -
YUV 67.29 197.26 173.45 -
System Red Green Blue C M Y K H S L
Decimal 131 11 190 0.31 0.94 0 0.25 280.22 0.89 0.39
Hex 83 B BE 1F 5E 0 19 118 59 27
Octal 203 13 276 37 136 0 31 430 131 47
Binary 10000011 1011 10111110 11111 1011110 0 11001 100011000 1011001 100111

Color Harmonies of #830BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BBE

Black with #830BBE

Text Example


Text Example

White with #830BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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