Html Css Color HEX #830CC7 Dark Violet

📋 copy color: '#830CC7'

red 131 ◦ green 12 ◦ blue 199

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

Shades of Dark Violet #830CC7

Tints of Dark Violet #830CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 58.19%

R = 38.3%
G = 3.51%
B = 58.19%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#830CC7 (or 0x830CC7) is known color: Dark Violet. HEX triplet: 83, 0C and C7. RGB value is (131,12,199). Sum of RGB (Red+Green+Blue) = 131+12+199=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 199 (78.12% from 255 or 58.19% from 342); Max value from RGB is 199 - color contains mainly: blue. Hex color #830CC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CC7 is #7CF338. Grayscale: #444444. Windows color (decimal): -8188729 or 13044867. OLE color: 13044867.

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

Color convert

RGB 131 12 199 -
CMYK 0.34 0.94 0 0.22
HSL 278.18º 0.89% 0.41% -
HSV(B) 278.18º 0.94% 0.78% -
XYZ 19.8 9.21 54.77 -
YUV 68.9 201.42 172.29 -
System Red Green Blue C M Y K H S L
Decimal 131 12 199 0.34 0.94 0 0.22 278.18 0.89 0.41
Hex 83 C C7 22 5E 0 16 116 59 29
Octal 203 14 307 42 136 0 26 426 131 51
Binary 10000011 1100 11000111 100010 1011110 0 10110 100010110 1011001 101001

Color Harmonies of #830CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CC7

Black with #830CC7

Text Example


Text Example

White with #830CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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