Html Css Color HEX #9B4DFB Blue Violet

📋 copy color: '#9B4DFB'

red 155 ◦ green 77 ◦ blue 251

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

Shades of Blue Violet #9B4DFB

Tints of Blue Violet #9B4DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.94%

 BLUE value IS 251 (98.44% from 255) = 51.97%

R = 32.09%
G = 15.94%
B = 51.97%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B4DFB (or 0x9B4DFB) is known color: Blue Violet. HEX triplet: 9B, 4D and FB. RGB value is (155,77,251). Sum of RGB (Red+Green+Blue) = 155+77+251=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B4DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4DFB is #64B204. Grayscale: #777777. Windows color (decimal): -6599173 or 16469403. OLE color: 16469403.

HSL color Cylindrical-coordinate representation of color #9B4DFB: hue angle of 266.9º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B4DFB is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 77 251 -
CMYK 0.38 0.69 0 0.02
HSL 266.9º 0.96% 0.64% -
HSV(B) 266.9º 0.69% 0.98% -
XYZ 33.58 19.24 93.21 -
YUV 120.16 201.84 152.85 -
System Red Green Blue C M Y K H S L
Decimal 155 77 251 0.38 0.69 0 0.02 266.9 0.96 0.64
Hex 9B 4D FB 26 45 0 2 10B 60 40
Octal 233 115 373 46 105 0 2 413 140 100
Binary 10011011 1001101 11111011 100110 1000101 0 10 100001011 1100000 1000000

Color Harmonies of #9B4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4DFB

Black with #9B4DFB

Text Example


Text Example

White with #9B4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,77,251); }

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

background-color css

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

 a { background-color: rgb(155,77,251); }

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

border-color css

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

 span { border-color: rgb(155,77,251); }

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