Html Css Color HEX #830CBD Dark Violet

📋 copy color: '#830CBD'

red 131 ◦ green 12 ◦ blue 189

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

Shades of Dark Violet #830CBD

Tints of Dark Violet #830CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.93%

R = 39.46%
G = 3.61%
B = 56.93%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#830CBD (or 0x830CBD) is known color: Dark Violet. HEX triplet: 83, 0C and BD. RGB value is (131,12,189). Sum of RGB (Red+Green+Blue) = 131+12+189=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #830CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830CBD is #7CF342. Grayscale: #434343. Windows color (decimal): -8188739 or 12389507. OLE color: 12389507.

HSL color Cylindrical-coordinate representation of color #830CBD: hue angle of 280.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830CBD is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 12 189 -
CMYK 0.31 0.94 0 0.26
HSL 280.34º 0.88% 0.39% -
HSV(B) 280.34º 0.94% 0.74% -
XYZ 18.68 8.76 48.85 -
YUV 67.76 196.42 173.11 -
System Red Green Blue C M Y K H S L
Decimal 131 12 189 0.31 0.94 0 0.26 280.34 0.88 0.39
Hex 83 C BD 1F 5E 0 1A 118 58 27
Octal 203 14 275 37 136 0 32 430 130 47
Binary 10000011 1100 10111101 11111 1011110 0 11010 100011000 1011000 100111

Color Harmonies of #830CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CBD

Black with #830CBD

Text Example


Text Example

White with #830CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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