Html Css Color HEX #830FD0 Dark Violet

📋 copy color: '#830FD0'

red 131 ◦ green 15 ◦ blue 208

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

Shades of Dark Violet #830FD0

Tints of Dark Violet #830FD0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.24%

 BLUE value IS 208 (81.64% from 255) = 58.76%

R = 37.01%
G = 4.24%
B = 58.76%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#830FD0 (or 0x830FD0) is known color: Dark Violet. HEX triplet: 83, 0F and D0. RGB value is (131,15,208). Sum of RGB (Red+Green+Blue) = 131+15+208=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #830FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FD0 is #7CF02F. Grayscale: #474747. Windows color (decimal): -8187952 or 13635459. OLE color: 13635459.

HSL color Cylindrical-coordinate representation of color #830FD0: hue angle of 276.06º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830FD0 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 15 208 -
CMYK 0.37 0.93 0 0.18
HSL 276.06º 0.87% 0.44% -
HSV(B) 276.06º 0.93% 0.82% -
XYZ 20.92 9.72 60.45 -
YUV 71.69 204.93 170.31 -
System Red Green Blue C M Y K H S L
Decimal 131 15 208 0.37 0.93 0 0.18 276.06 0.87 0.44
Hex 83 F D0 25 5D 0 12 114 57 2C
Octal 203 17 320 45 135 0 22 424 127 54
Binary 10000011 1111 11010000 100101 1011101 0 10010 100010100 1010111 101100

Color Harmonies of #830FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FD0

Black with #830FD0

Text Example


Text Example

White with #830FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,15,208); }

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

background-color css

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

 a { background-color: rgb(131,15,208); }

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

border-color css

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

 span { border-color: rgb(131,15,208); }

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