Html Css Color HEX #9B3AEE Blue Violet

📋 copy color: '#9B3AEE'

red 155 ◦ green 58 ◦ blue 238

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

Shades of Blue Violet #9B3AEE

Tints of Blue Violet #9B3AEE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.86%

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

R = 34.37%
G = 12.86%
B = 52.77%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B3AEE (or 0x9B3AEE) is known color: Blue Violet. HEX triplet: 9B, 3A and EE. RGB value is (155,58,238). Sum of RGB (Red+Green+Blue) = 155+58+238=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B3AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3AEE is #64C511. Grayscale: #6A6A6A. Windows color (decimal): -6604050 or 15612571. OLE color: 15612571.

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

Color convert

RGB 155 58 238 -
CMYK 0.35 0.76 0 0.07
HSL 272.33º 0.84% 0.58% -
HSV(B) 272.33º 0.76% 0.93% -
XYZ 30.46 16.17 82.4 -
YUV 107.52 201.64 161.86 -
System Red Green Blue C M Y K H S L
Decimal 155 58 238 0.35 0.76 0 0.07 272.33 0.84 0.58
Hex 9B 3A EE 23 4C 0 7 110 54 3A
Octal 233 72 356 43 114 0 7 420 124 72
Binary 10011011 111010 11101110 100011 1001100 0 111 100010000 1010100 111010

Color Harmonies of #9B3AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3AEE

Black with #9B3AEE

Text Example


Text Example

White with #9B3AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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