Html Css Color HEX #9B4CF1 Blue Violet

📋 copy color: '#9B4CF1'

red 155 ◦ green 76 ◦ blue 241

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

Shades of Blue Violet #9B4CF1

Tints of Blue Violet #9B4CF1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.1%

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

R = 32.84%
G = 16.1%
B = 51.06%

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

#9B4CF1 (or 0x9B4CF1) is known color: Blue Violet. HEX triplet: 9B, 4C and F1. RGB value is (155,76,241). Sum of RGB (Red+Green+Blue) = 155+76+241=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B4CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B4CF1 is #64B30E. Grayscale: #757575. Windows color (decimal): -6599439 or 15813787. OLE color: 15813787.

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

Color convert

RGB 155 76 241 -
CMYK 0.36 0.68 0 0.05
HSL 268.73º 0.85% 0.62% -
HSV(B) 268.73º 0.68% 0.95% -
XYZ 31.98 18.49 85.1 -
YUV 118.43 197.17 154.08 -
System Red Green Blue C M Y K H S L
Decimal 155 76 241 0.36 0.68 0 0.05 268.73 0.85 0.62
Hex 9B 4C F1 24 44 0 5 10D 55 3E
Octal 233 114 361 44 104 0 5 415 125 76
Binary 10011011 1001100 11110001 100100 1000100 0 101 100001101 1010101 111110

Color Harmonies of #9B4CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4CF1

Black with #9B4CF1

Text Example


Text Example

White with #9B4CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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