Html Css Color HEX #9B19DF Blue Violet

📋 copy color: '#9B19DF'

red 155 ◦ green 25 ◦ blue 223

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

Shades of Blue Violet #9B19DF

Tints of Blue Violet #9B19DF

RGB

 RED value IS 155 (60.94% from 255) = 38.46%

 GREEN value IS 25 (10.16% from 255) = 6.2%

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 38.46%
G = 6.2%
B = 55.33%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B19DF (or 0x9B19DF) is known color: Blue Violet. HEX triplet: 9B, 19 and DF. RGB value is (155,25,223). Sum of RGB (Red+Green+Blue) = 155+25+223=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B19DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B19DF is #64E620. Grayscale: #555555. Windows color (decimal): -6612513 or 14621083. OLE color: 14621083.

HSL color Cylindrical-coordinate representation of color #9B19DF: hue angle of 279.39º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B19DF is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 25 223 -
CMYK 0.30 0.89 0 0.13
HSL 279.39º 0.8% 0.49% -
HSV(B) 279.39º 0.89% 0.87% -
XYZ 27.18 12.99 70.89 -
YUV 86.44 205.07 176.9 -
System Red Green Blue C M Y K H S L
Decimal 155 25 223 0.30 0.89 0 0.13 279.39 0.8 0.49
Hex 9B 19 DF 1E 59 0 D 117 50 31
Octal 233 31 337 36 131 0 15 427 120 61
Binary 10011011 11001 11011111 11110 1011001 0 1101 100010111 1010000 110001

Color Harmonies of #9B19DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B19DF

Black with #9B19DF

Text Example


Text Example

White with #9B19DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B19DF; }

 p { color: rgb(155,25,223); }

 H1.HeaderClassName
 {
   color: #9B19DF;
 }
 .AnyTagClassName
 {
   color: #9B19DF;
 }
</style>

background-color css

<style>
 a { background-color: #9B19DF; }

 a { background-color: rgb(155,25,223); }

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

border-color css

<style>
 span { border-color: #9B19DF; }

 span { border-color: rgb(155,25,223); }

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