Html Css Color HEX #830DCB Dark Violet

📋 copy color: '#830DCB'

red 131 ◦ green 13 ◦ blue 203

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

Shades of Dark Violet #830DCB

Tints of Dark Violet #830DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.75%

 BLUE value IS 203 (79.69% from 255) = 58.5%

R = 37.75%
G = 3.75%
B = 58.5%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#830DCB (or 0x830DCB) is known color: Dark Violet. HEX triplet: 83, 0D and CB. RGB value is (131,13,203). Sum of RGB (Red+Green+Blue) = 131+13+203=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #830DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830DCB is #7CF234. Grayscale: #454545. Windows color (decimal): -8188469 or 13307267. OLE color: 13307267.

HSL color Cylindrical-coordinate representation of color #830DCB: hue angle of 277.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DCB is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 13 203 -
CMYK 0.35 0.94 0 0.20
HSL 277.26º 0.88% 0.42% -
HSV(B) 277.26º 0.94% 0.8% -
XYZ 20.28 9.42 57.25 -
YUV 69.94 203.09 171.55 -
System Red Green Blue C M Y K H S L
Decimal 131 13 203 0.35 0.94 0 0.20 277.26 0.88 0.42
Hex 83 D CB 23 5E 0 14 115 58 2A
Octal 203 15 313 43 136 0 24 425 130 52
Binary 10000011 1101 11001011 100011 1011110 0 10100 100010101 1011000 101010

Color Harmonies of #830DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DCB

Black with #830DCB

Text Example


Text Example

White with #830DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,13,203); }

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

background-color css

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

 a { background-color: rgb(131,13,203); }

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

border-color css

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

 span { border-color: rgb(131,13,203); }

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