Html Css Color HEX #9B4EF1 Blue Violet

📋 copy color: '#9B4EF1'

red 155 ◦ green 78 ◦ blue 241

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

Shades of Blue Violet #9B4EF1

Tints of Blue Violet #9B4EF1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.46%

 BLUE value IS 241 (94.53% from 255) = 50.84%

R = 32.7%
G = 16.46%
B = 50.84%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9B4EF1 (or 0x9B4EF1) is known color: Blue Violet. HEX triplet: 9B, 4E and F1. RGB value is (155,78,241). Sum of RGB (Red+Green+Blue) = 155+78+241=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B4EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4EF1 is #64B10E. Grayscale: #777777. Windows color (decimal): -6598927 or 15814299. OLE color: 15814299.

HSL color Cylindrical-coordinate representation of color #9B4EF1: hue angle of 268.34º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B4EF1 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 78 241 -
CMYK 0.36 0.68 0 0.05
HSL 268.34º 0.85% 0.63% -
HSV(B) 268.34º 0.68% 0.95% -
XYZ 32.12 18.77 85.15 -
YUV 119.61 196.51 153.25 -
System Red Green Blue C M Y K H S L
Decimal 155 78 241 0.36 0.68 0 0.05 268.34 0.85 0.63
Hex 9B 4E F1 24 44 0 5 10C 55 3F
Octal 233 116 361 44 104 0 5 414 125 77
Binary 10011011 1001110 11110001 100100 1000100 0 101 100001100 1010101 111111

Color Harmonies of #9B4EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4EF1

Black with #9B4EF1

Text Example


Text Example

White with #9B4EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,78,241); }

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

background-color css

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

 a { background-color: rgb(155,78,241); }

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

border-color css

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

 span { border-color: rgb(155,78,241); }

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