Html Css Color HEX #830BC5 Dark Violet

📋 copy color: '#830BC5'

red 131 ◦ green 11 ◦ blue 197

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

Shades of Dark Violet #830BC5

Tints of Dark Violet #830BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 58.11%

R = 38.64%
G = 3.24%
B = 58.11%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#830BC5 (or 0x830BC5) is known color: Dark Violet. HEX triplet: 83, 0B and C5. RGB value is (131,11,197). Sum of RGB (Red+Green+Blue) = 131+11+197=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 197 (77.34% from 255 or 58.11% from 339); Max value from RGB is 197 - color contains mainly: blue. Hex color #830BC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BC5 is #7CF43A. Grayscale: #434343. Windows color (decimal): -8188987 or 12913539. OLE color: 12913539.

HSL color Cylindrical-coordinate representation of color #830BC5: hue angle of 278.71º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830BC5 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 131 11 197 -
CMYK 0.34 0.94 0 0.23
HSL 278.71º 0.89% 0.41% -
HSV(B) 278.71º 0.94% 0.77% -
XYZ 19.56 9.1 53.55 -
YUV 68.08 200.76 172.88 -
System Red Green Blue C M Y K H S L
Decimal 131 11 197 0.34 0.94 0 0.23 278.71 0.89 0.41
Hex 83 B C5 22 5E 0 17 117 59 29
Octal 203 13 305 42 136 0 27 427 131 51
Binary 10000011 1011 11000101 100010 1011110 0 10111 100010111 1011001 101001

Color Harmonies of #830BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BC5

Black with #830BC5

Text Example


Text Example

White with #830BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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