Html Css Color HEX #9B46EF Blue Violet

📋 copy color: '#9B46EF'

red 155 ◦ green 70 ◦ blue 239

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

Shades of Blue Violet #9B46EF

Tints of Blue Violet #9B46EF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.09%

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 33.41%
G = 15.09%
B = 51.51%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9B46EF (or 0x9B46EF) is known color: Blue Violet. HEX triplet: 9B, 46 and EF. RGB value is (155,70,239). Sum of RGB (Red+Green+Blue) = 155+70+239=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B46EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B46EF is #64B910. Grayscale: #727272. Windows color (decimal): -6600977 or 15681179. OLE color: 15681179.

HSL color Cylindrical-coordinate representation of color #9B46EF: hue angle of 270.18º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B46EF is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 70 239 -
CMYK 0.35 0.71 0 0.06
HSL 270.18º 0.84% 0.61% -
HSV(B) 270.18º 0.71% 0.94% -
XYZ 31.29 17.58 83.41 -
YUV 114.68 198.16 156.76 -
System Red Green Blue C M Y K H S L
Decimal 155 70 239 0.35 0.71 0 0.06 270.18 0.84 0.61
Hex 9B 46 EF 23 47 0 6 10E 54 3D
Octal 233 106 357 43 107 0 6 416 124 75
Binary 10011011 1000110 11101111 100011 1000111 0 110 100001110 1010100 111101

Color Harmonies of #9B46EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B46EF

Black with #9B46EF

Text Example


Text Example

White with #9B46EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,70,239); }

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

background-color css

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

 a { background-color: rgb(155,70,239); }

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

border-color css

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

 span { border-color: rgb(155,70,239); }

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