Html Css Color HEX #9B4FFB Blue Violet

📋 copy color: '#9B4FFB'

red 155 ◦ green 79 ◦ blue 251

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

Shades of Blue Violet #9B4FFB

Tints of Blue Violet #9B4FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.29%

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

R = 31.96%
G = 16.29%
B = 51.75%

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

#9B4FFB (or 0x9B4FFB) is known color: Blue Violet. HEX triplet: 9B, 4F and FB. RGB value is (155,79,251). Sum of RGB (Red+Green+Blue) = 155+79+251=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B4FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4FFB is #64B004. Grayscale: #787878. Windows color (decimal): -6598661 or 16469915. OLE color: 16469915.

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

Color convert

RGB 155 79 251 -
CMYK 0.38 0.69 0 0.02
HSL 266.51º 0.96% 0.65% -
HSV(B) 266.51º 0.69% 0.98% -
XYZ 33.73 19.53 93.26 -
YUV 121.33 201.18 152.01 -
System Red Green Blue C M Y K H S L
Decimal 155 79 251 0.38 0.69 0 0.02 266.51 0.96 0.65
Hex 9B 4F FB 26 45 0 2 10B 60 41
Octal 233 117 373 46 105 0 2 413 140 101
Binary 10011011 1001111 11111011 100110 1000101 0 10 100001011 1100000 1000001

Color Harmonies of #9B4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4FFB

Black with #9B4FFB

Text Example


Text Example

White with #9B4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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