Html Css Color HEX #9B40FC Blue Violet

📋 copy color: '#9B40FC'

red 155 ◦ green 64 ◦ blue 252

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

Shades of Blue Violet #9B40FC

Tints of Blue Violet #9B40FC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.59%

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 32.91%
G = 13.59%
B = 53.5%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9B40FC (or 0x9B40FC) is known color: Blue Violet. HEX triplet: 9B, 40 and FC. RGB value is (155,64,252). Sum of RGB (Red+Green+Blue) = 155+64+252=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B40FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B40FC is #64BF03. Grayscale: #6F6F6F. Windows color (decimal): -6602500 or 16531611. OLE color: 16531611.

HSL color Cylindrical-coordinate representation of color #9B40FC: hue angle of 269.04º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B40FC is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 64 252 -
CMYK 0.38 0.75 0 0.01
HSL 269.04º 0.97% 0.62% -
HSV(B) 269.04º 0.75% 0.99% -
XYZ 32.92 17.66 93.77 -
YUV 112.64 206.65 158.21 -
System Red Green Blue C M Y K H S L
Decimal 155 64 252 0.38 0.75 0 0.01 269.04 0.97 0.62
Hex 9B 40 FC 26 4B 0 1 10D 61 3E
Octal 233 100 374 46 113 0 1 415 141 76
Binary 10011011 1000000 11111100 100110 1001011 0 1 100001101 1100001 111110

Color Harmonies of #9B40FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B40FC

Black with #9B40FC

Text Example


Text Example

White with #9B40FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,64,252); }

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

background-color css

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

 a { background-color: rgb(155,64,252); }

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

border-color css

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

 span { border-color: rgb(155,64,252); }

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