Html Css Color HEX #830CDB Dark Violet

📋 copy color: '#830CDB'

red 131 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #830CDB

Tints of Dark Violet #830CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 36.19%
G = 3.31%
B = 60.5%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#830CDB (or 0x830CDB) is known color: Dark Violet. HEX triplet: 83, 0C and DB. RGB value is (131,12,219). Sum of RGB (Red+Green+Blue) = 131+12+219=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #830CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CDB is #7CF324. Grayscale: #464646. Windows color (decimal): -8188709 or 14355587. OLE color: 14355587.

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

Color convert

RGB 131 12 219 -
CMYK 0.40 0.95 0 0.14
HSL 274.49º 0.9% 0.45% -
HSV(B) 274.49º 0.95% 0.86% -
XYZ 22.28 10.2 67.81 -
YUV 71.18 211.42 170.67 -
System Red Green Blue C M Y K H S L
Decimal 131 12 219 0.40 0.95 0 0.14 274.49 0.9 0.45
Hex 83 C DB 28 5F 0 E 112 5A 2D
Octal 203 14 333 50 137 0 16 422 132 55
Binary 10000011 1100 11011011 101000 1011111 0 1110 100010010 1011010 101101

Color Harmonies of #830CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CDB

Black with #830CDB

Text Example


Text Example

White with #830CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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