Html Css Color HEX #830CCE Dark Violet

📋 copy color: '#830CCE'

red 131 ◦ green 12 ◦ blue 206

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

Shades of Dark Violet #830CCE

Tints of Dark Violet #830CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.03%

R = 37.54%
G = 3.44%
B = 59.03%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#830CCE (or 0x830CCE) is known color: Dark Violet. HEX triplet: 83, 0C and CE. RGB value is (131,12,206). Sum of RGB (Red+Green+Blue) = 131+12+206=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #830CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CCE is #7CF331. Grayscale: #454545. Windows color (decimal): -8188722 or 13503619. OLE color: 13503619.

HSL color Cylindrical-coordinate representation of color #830CCE: hue angle of 276.8º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CCE is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 12 206 -
CMYK 0.36 0.94 0 0.19
HSL 276.8º 0.89% 0.43% -
HSV(B) 276.8º 0.94% 0.81% -
XYZ 20.63 9.54 59.15 -
YUV 69.7 204.92 171.73 -
System Red Green Blue C M Y K H S L
Decimal 131 12 206 0.36 0.94 0 0.19 276.8 0.89 0.43
Hex 83 C CE 24 5E 0 13 115 59 2B
Octal 203 14 316 44 136 0 23 425 131 53
Binary 10000011 1100 11001110 100100 1011110 0 10011 100010101 1011001 101011

Color Harmonies of #830CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CCE

Black with #830CCE

Text Example


Text Example

White with #830CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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