Html Css Color HEX #9B49EE Blue Violet

📋 copy color: '#9B49EE'

red 155 ◦ green 73 ◦ blue 238

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

Shades of Blue Violet #9B49EE

Tints of Blue Violet #9B49EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.67%

 BLUE value IS 238 (93.36% from 255) = 51.07%

R = 33.26%
G = 15.67%
B = 51.07%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B49EE (or 0x9B49EE) is known color: Blue Violet. HEX triplet: 9B, 49 and EE. RGB value is (155,73,238). Sum of RGB (Red+Green+Blue) = 155+73+238=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B49EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B49EE is #64B611. Grayscale: #737373. Windows color (decimal): -6600210 or 15616411. OLE color: 15616411.

HSL color Cylindrical-coordinate representation of color #9B49EE: hue angle of 269.82º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B49EE is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 73 238 -
CMYK 0.35 0.69 0 0.07
HSL 269.82º 0.83% 0.61% -
HSV(B) 269.82º 0.69% 0.93% -
XYZ 31.33 17.91 82.69 -
YUV 116.33 196.67 155.58 -
System Red Green Blue C M Y K H S L
Decimal 155 73 238 0.35 0.69 0 0.07 269.82 0.83 0.61
Hex 9B 49 EE 23 45 0 7 10E 53 3D
Octal 233 111 356 43 105 0 7 416 123 75
Binary 10011011 1001001 11101110 100011 1000101 0 111 100001110 1010011 111101

Color Harmonies of #9B49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B49EE

Black with #9B49EE

Text Example


Text Example

White with #9B49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,238); }

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

background-color css

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

 a { background-color: rgb(155,73,238); }

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

border-color css

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

 span { border-color: rgb(155,73,238); }

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