Html Css Color HEX #830C6B Dark Purple

📋 copy color: '#830C6B'

red 131 ◦ green 12 ◦ blue 107

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

Shades of Dark Purple #830C6B

Tints of Dark Purple #830C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.8%

R = 52.4%
G = 4.8%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#830C6B (or 0x830C6B) is known color: Dark Purple. HEX triplet: 83, 0C and 6B. RGB value is (131,12,107). Sum of RGB (Red+Green+Blue) = 131+12+107=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #830C6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830C6B is #7CF394. Grayscale: #3A3A3A. Windows color (decimal): -8188821 or 7015555. OLE color: 7015555.

HSL color Cylindrical-coordinate representation of color #830C6B: hue angle of 312.1º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830C6B is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 12 107 -
CMYK 0 0.91 0.18 0.49
HSL 312.1º 0.83% 0.28% -
HSV(B) 312.1º 0.91% 0.51% -
XYZ 12.15 6.15 14.46 -
YUV 58.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 131 12 107 0 0.91 0.18 0.49 312.1 0.83 0.28
Hex 83 C 6B 0 5B 12 31 138 53 1C
Octal 203 14 153 0 133 22 61 470 123 34
Binary 10000011 1100 1101011 0 1011011 10010 110001 100111000 1010011 11100

Color Harmonies of #830C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830C6B

Black with #830C6B

Text Example


Text Example

White with #830C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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