Html Css Color HEX #9B47EA Blue Violet

📋 copy color: '#9B47EA'

red 155 ◦ green 71 ◦ blue 234

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

Shades of Blue Violet #9B47EA

Tints of Blue Violet #9B47EA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.43%

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 33.7%
G = 15.43%
B = 50.87%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B47EA (or 0x9B47EA) is known color: Blue Violet. HEX triplet: 9B, 47 and EA. RGB value is (155,71,234). Sum of RGB (Red+Green+Blue) = 155+71+234=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B47EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B47EA is #64B815. Grayscale: #727272. Windows color (decimal): -6600726 or 15353755. OLE color: 15353755.

HSL color Cylindrical-coordinate representation of color #9B47EA: hue angle of 270.92º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B47EA is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 71 234 -
CMYK 0.34 0.70 0 0.08
HSL 270.92º 0.8% 0.6% -
HSV(B) 270.92º 0.7% 0.92% -
XYZ 30.62 17.42 79.59 -
YUV 114.7 195.33 156.75 -
System Red Green Blue C M Y K H S L
Decimal 155 71 234 0.34 0.70 0 0.08 270.92 0.8 0.6
Hex 9B 47 EA 22 46 0 8 10F 50 3C
Octal 233 107 352 42 106 0 10 417 120 74
Binary 10011011 1000111 11101010 100010 1000110 0 1000 100001111 1010000 111100

Color Harmonies of #9B47EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B47EA

Black with #9B47EA

Text Example


Text Example

White with #9B47EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,71,234); }

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

background-color css

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

 a { background-color: rgb(155,71,234); }

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

border-color css

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

 span { border-color: rgb(155,71,234); }

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