Html Css Color HEX #830CC5 Dark Violet

📋 copy color: '#830CC5'

red 131 ◦ green 12 ◦ blue 197

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

Shades of Dark Violet #830CC5

Tints of Dark Violet #830CC5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.53%

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

R = 38.53%
G = 3.53%
B = 57.94%

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

#830CC5 (or 0x830CC5) is known color: Dark Violet. HEX triplet: 83, 0C and C5. RGB value is (131,12,197). Sum of RGB (Red+Green+Blue) = 131+12+197=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 197 (77.34% from 255 or 57.94% from 340); Max value from RGB is 197 - color contains mainly: blue. Hex color #830CC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CC5 is #7CF33A. Grayscale: #444444. Windows color (decimal): -8188731 or 12913795. OLE color: 12913795.

HSL color Cylindrical-coordinate representation of color #830CC5: hue angle of 278.59º 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 #830CC5 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 131 12 197 -
CMYK 0.34 0.94 0 0.23
HSL 278.59º 0.89% 0.41% -
HSV(B) 278.59º 0.94% 0.77% -
XYZ 19.57 9.12 53.55 -
YUV 68.67 200.42 172.46 -
System Red Green Blue C M Y K H S L
Decimal 131 12 197 0.34 0.94 0 0.23 278.59 0.89 0.41
Hex 83 C C5 22 5E 0 17 117 59 29
Octal 203 14 305 42 136 0 27 427 131 51
Binary 10000011 1100 11000101 100010 1011110 0 10111 100010111 1011001 101001

Color Harmonies of #830CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CC5

Black with #830CC5

Text Example


Text Example

White with #830CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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