Html Css Color HEX #830CDF Dark Violet

📋 copy color: '#830CDF'

red 131 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #830CDF

Tints of Dark Violet #830CDF

RGB

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

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

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

R = 35.79%
G = 3.28%
B = 60.93%

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

#830CDF (or 0x830CDF) is known color: Dark Violet. HEX triplet: 83, 0C and DF. RGB value is (131,12,223). Sum of RGB (Red+Green+Blue) = 131+12+223=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #830CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CDF is #7CF320. Grayscale: #464646. Windows color (decimal): -8188705 or 14617731. OLE color: 14617731.

HSL color Cylindrical-coordinate representation of color #830CDF: hue angle of 273.84º degrees, saturation: 0.9, 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 #830CDF is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 12 223 -
CMYK 0.41 0.95 0 0.13
HSL 273.84º 0.9% 0.46% -
HSV(B) 273.84º 0.95% 0.87% -
XYZ 22.81 10.42 70.62 -
YUV 71.64 213.42 170.34 -
System Red Green Blue C M Y K H S L
Decimal 131 12 223 0.41 0.95 0 0.13 273.84 0.9 0.46
Hex 83 C DF 29 5F 0 D 112 5A 2E
Octal 203 14 337 51 137 0 15 422 132 56
Binary 10000011 1100 11011111 101001 1011111 0 1101 100010010 1011010 101110

Color Harmonies of #830CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CDF

Black with #830CDF

Text Example


Text Example

White with #830CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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