Html Css Color HEX #830BBB Dark Violet

📋 copy color: '#830BBB'

red 131 ◦ green 11 ◦ blue 187

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

Shades of Dark Violet #830BBB

Tints of Dark Violet #830BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 39.82%
G = 3.34%
B = 56.84%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#830BBB (or 0x830BBB) is known color: Dark Violet. HEX triplet: 83, 0B and BB. RGB value is (131,11,187). Sum of RGB (Red+Green+Blue) = 131+11+187=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #830BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830BBB is #7CF444. Grayscale: #424242. Windows color (decimal): -8188997 or 12258179. OLE color: 12258179.

HSL color Cylindrical-coordinate representation of color #830BBB: hue angle of 280.91º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830BBB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 11 187 -
CMYK 0.30 0.94 0 0.27
HSL 280.91º 0.89% 0.39% -
HSV(B) 280.91º 0.94% 0.73% -
XYZ 18.45 8.65 47.71 -
YUV 66.94 195.76 173.69 -
System Red Green Blue C M Y K H S L
Decimal 131 11 187 0.30 0.94 0 0.27 280.91 0.89 0.39
Hex 83 B BB 1E 5E 0 1B 119 59 27
Octal 203 13 273 36 136 0 33 431 131 47
Binary 10000011 1011 10111011 11110 1011110 0 11011 100011001 1011001 100111

Color Harmonies of #830BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830BBB

Black with #830BBB

Text Example


Text Example

White with #830BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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