Html Css Color HEX #830DCE Dark Violet

📋 copy color: '#830DCE'

red 131 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #830DCE

Tints of Dark Violet #830DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.71%

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 37.43%
G = 3.71%
B = 58.86%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#830DCE (or 0x830DCE) is known color: Dark Violet. HEX triplet: 83, 0D and CE. RGB value is (131,13,206). Sum of RGB (Red+Green+Blue) = 131+13+206=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #830DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DCE is #7CF231. Grayscale: #454545. Windows color (decimal): -8188466 or 13503875. OLE color: 13503875.

HSL color Cylindrical-coordinate representation of color #830DCE: hue angle of 276.68º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DCE is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 13 206 -
CMYK 0.36 0.94 0 0.19
HSL 276.68º 0.88% 0.43% -
HSV(B) 276.68º 0.94% 0.81% -
XYZ 20.64 9.57 59.15 -
YUV 70.28 204.59 171.31 -
System Red Green Blue C M Y K H S L
Decimal 131 13 206 0.36 0.94 0 0.19 276.68 0.88 0.43
Hex 83 D CE 24 5E 0 13 115 58 2B
Octal 203 15 316 44 136 0 23 425 130 53
Binary 10000011 1101 11001110 100100 1011110 0 10011 100010101 1011000 101011

Color Harmonies of #830DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DCE

Black with #830DCE

Text Example


Text Example

White with #830DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,13,206); }

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

background-color css

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

 a { background-color: rgb(131,13,206); }

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

border-color css

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

 span { border-color: rgb(131,13,206); }

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