Html Css Color HEX #830BCC Dark Violet

📋 copy color: '#830BCC'

red 131 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #830BCC

Tints of Dark Violet #830BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.18%

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 37.86%
G = 3.18%
B = 58.96%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#830BCC (or 0x830BCC) is known color: Dark Violet. HEX triplet: 83, 0B and CC. RGB value is (131,11,204). Sum of RGB (Red+Green+Blue) = 131+11+204=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #830BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BCC is #7CF433. Grayscale: #444444. Windows color (decimal): -8188980 or 13372291. OLE color: 13372291.

HSL color Cylindrical-coordinate representation of color #830BCC: hue angle of 277.31º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830BCC is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 11 204 -
CMYK 0.36 0.95 0 0.2
HSL 277.31º 0.9% 0.42% -
HSV(B) 277.31º 0.95% 0.8% -
XYZ 20.38 9.42 57.87 -
YUV 68.88 204.26 172.31 -
System Red Green Blue C M Y K H S L
Decimal 131 11 204 0.36 0.95 0 0.2 277.31 0.9 0.42
Hex 83 B CC 24 5F 0 14 115 5A 2A
Octal 203 13 314 44 137 0 24 425 132 52
Binary 10000011 1011 11001100 100100 1011111 0 10100 100010101 1011010 101010

Color Harmonies of #830BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BCC

Black with #830BCC

Text Example


Text Example

White with #830BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,11,204); }

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

background-color css

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

 a { background-color: rgb(131,11,204); }

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

border-color css

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

 span { border-color: rgb(131,11,204); }

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