Html Css Color HEX #830BDF Dark Violet

📋 copy color: '#830BDF'

red 131 ◦ green 11 ◦ blue 223

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

Shades of Dark Violet #830BDF

Tints of Dark Violet #830BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 35.89%
G = 3.01%
B = 61.1%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#830BDF (or 0x830BDF) is known color: Dark Violet. HEX triplet: 83, 0B and DF. RGB value is (131,11,223). Sum of RGB (Red+Green+Blue) = 131+11+223=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #830BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BDF is #7CF420. Grayscale: #464646. Windows color (decimal): -8188961 or 14617475. OLE color: 14617475.

HSL color Cylindrical-coordinate representation of color #830BDF: hue angle of 273.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BDF is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 11 223 -
CMYK 0.41 0.95 0 0.13
HSL 273.96º 0.91% 0.46% -
HSV(B) 273.96º 0.95% 0.87% -
XYZ 22.8 10.39 70.62 -
YUV 71.05 213.76 170.76 -
System Red Green Blue C M Y K H S L
Decimal 131 11 223 0.41 0.95 0 0.13 273.96 0.91 0.46
Hex 83 B DF 29 5F 0 D 112 5B 2E
Octal 203 13 337 51 137 0 15 422 133 56
Binary 10000011 1011 11011111 101001 1011111 0 1101 100010010 1011011 101110

Color Harmonies of #830BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BDF

Black with #830BDF

Text Example


Text Example

White with #830BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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