Html Css Color HEX #9B4DFF Blue Violet

📋 copy color: '#9B4DFF'

red 155 ◦ green 77 ◦ blue 255

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

Shades of Blue Violet #9B4DFF

Tints of Blue Violet #9B4DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.36%

R = 31.83%
G = 15.81%
B = 52.36%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B4DFF (or 0x9B4DFF) is known color: Blue Violet. HEX triplet: 9B, 4D and FF. RGB value is (155,77,255). Sum of RGB (Red+Green+Blue) = 155+77+255=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4DFF is #64B200. Grayscale: #777777. Windows color (decimal): -6599169 or 16731547. OLE color: 16731547.

HSL color Cylindrical-coordinate representation of color #9B4DFF: hue angle of 266.29º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B4DFF is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 155 77 255 -
CMYK 0.39 0.70 0 0
HSL 266.29º 1% 0.65% -
HSV(B) 266.29º 0.7% 1% -
XYZ 34.22 19.5 96.57 -
YUV 120.61 203.84 152.53 -
System Red Green Blue C M Y K H S L
Decimal 155 77 255 0.39 0.70 0 0 266.29 1 0.65
Hex 9B 4D FF 27 46 0 0 10A 64 41
Octal 233 115 377 47 106 0 0 412 144 101
Binary 10011011 1001101 11111111 100111 1000110 0 0 100001010 1100100 1000001

Color Harmonies of #9B4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4DFF

Black with #9B4DFF

Text Example


Text Example

White with #9B4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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