Html Css Color HEX #830CDA Dark Violet

📋 copy color: '#830CDA'

red 131 ◦ green 12 ◦ blue 218

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

Shades of Dark Violet #830CDA

Tints of Dark Violet #830CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.39%

R = 36.29%
G = 3.32%
B = 60.39%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#830CDA (or 0x830CDA) is known color: Dark Violet. HEX triplet: 83, 0C and DA. RGB value is (131,12,218). Sum of RGB (Red+Green+Blue) = 131+12+218=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #830CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CDA is #7CF325. Grayscale: #464646. Windows color (decimal): -8188710 or 14290051. OLE color: 14290051.

HSL color Cylindrical-coordinate representation of color #830CDA: hue angle of 274.66º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CDA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 12 218 -
CMYK 0.40 0.94 0 0.15
HSL 274.66º 0.9% 0.45% -
HSV(B) 274.66º 0.94% 0.85% -
XYZ 22.15 10.15 67.12 -
YUV 71.07 210.92 170.75 -
System Red Green Blue C M Y K H S L
Decimal 131 12 218 0.40 0.94 0 0.15 274.66 0.9 0.45
Hex 83 C DA 28 5E 0 F 113 5A 2D
Octal 203 14 332 50 136 0 17 423 132 55
Binary 10000011 1100 11011010 101000 1011110 0 1111 100010011 1011010 101101

Color Harmonies of #830CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CDA

Black with #830CDA

Text Example


Text Example

White with #830CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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