Html Css Color HEX #830BBD Dark Violet

📋 copy color: '#830BBD'

red 131 ◦ green 11 ◦ blue 189

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

Shades of Dark Violet #830BBD

Tints of Dark Violet #830BBD

RGB

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

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

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

R = 39.58%
G = 3.32%
B = 57.1%

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

#830BBD (or 0x830BBD) is known color: Dark Violet. HEX triplet: 83, 0B and BD. RGB value is (131,11,189). Sum of RGB (Red+Green+Blue) = 131+11+189=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #830BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BBD is #7CF442. Grayscale: #424242. Windows color (decimal): -8188995 or 12389251. OLE color: 12389251.

HSL color Cylindrical-coordinate representation of color #830BBD: hue angle of 280.45º degrees, saturation: 0.89, 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 #830BBD is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 11 189 -
CMYK 0.31 0.94 0 0.26
HSL 280.45º 0.89% 0.39% -
HSV(B) 280.45º 0.94% 0.74% -
XYZ 18.67 8.74 48.85 -
YUV 67.17 196.76 173.53 -
System Red Green Blue C M Y K H S L
Decimal 131 11 189 0.31 0.94 0 0.26 280.45 0.89 0.39
Hex 83 B BD 1F 5E 0 1A 118 59 27
Octal 203 13 275 37 136 0 32 430 131 47
Binary 10000011 1011 10111101 11111 1011110 0 11010 100011000 1011001 100111

Color Harmonies of #830BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BBD

Black with #830BBD

Text Example


Text Example

White with #830BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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