Html Css Color HEX #930BB1 Dark Violet

📋 copy color: '#930BB1'

red 147 ◦ green 11 ◦ blue 177

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

Shades of Dark Violet #930BB1

Tints of Dark Violet #930BB1

RGB

 RED value IS 147 (57.81% from 255) = 43.88%

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

 BLUE value IS 177 (69.53% from 255) = 52.84%

R = 43.88%
G = 3.28%
B = 52.84%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#930BB1 (or 0x930BB1) is known color: Dark Violet. HEX triplet: 93, 0B and B1. RGB value is (147,11,177). Sum of RGB (Red+Green+Blue) = 147+11+177=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #930BB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930BB1 is #6CF44E. Grayscale: #464646. Windows color (decimal): -7140431 or 11602835. OLE color: 11602835.

HSL color Cylindrical-coordinate representation of color #930BB1: hue angle of 289.16º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930BB1 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 11 177 -
CMYK 0.17 0.94 0 0.31
HSL 289.16º 0.88% 0.37% -
HSV(B) 289.16º 0.94% 0.69% -
XYZ 20.09 9.62 42.39 -
YUV 70.59 188.06 182.5 -
System Red Green Blue C M Y K H S L
Decimal 147 11 177 0.17 0.94 0 0.31 289.16 0.88 0.37
Hex 93 B B1 11 5E 0 1F 121 58 25
Octal 223 13 261 21 136 0 37 441 130 45
Binary 10010011 1011 10110001 10001 1011110 0 11111 100100001 1011000 100101

Color Harmonies of #930BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930BB1

Black with #930BB1

Text Example


Text Example

White with #930BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930BB1; }

 p { color: rgb(147,11,177); }

 H1.HeaderClassName
 {
   color: #930BB1;
 }
 .AnyTagClassName
 {
   color: #930BB1;
 }
</style>

background-color css

<style>
 a { background-color: #930BB1; }

 a { background-color: rgb(147,11,177); }

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

border-color css

<style>
 span { border-color: #930BB1; }

 span { border-color: rgb(147,11,177); }

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