Html Css Color HEX #9B26EE Blue Violet

📋 copy color: '#9B26EE'

red 155 ◦ green 38 ◦ blue 238

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

Shades of Blue Violet #9B26EE

Tints of Blue Violet #9B26EE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.82%

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

R = 35.96%
G = 8.82%
B = 55.22%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B26EE (or 0x9B26EE) is known color: Blue Violet. HEX triplet: 9B, 26 and EE. RGB value is (155,38,238). Sum of RGB (Red+Green+Blue) = 155+38+238=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B26EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B26EE is #64D911. Grayscale: #5F5F5F. Windows color (decimal): -6609170 or 15607451. OLE color: 15607451.

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

Color convert

RGB 155 38 238 -
CMYK 0.35 0.84 0 0.07
HSL 275.1º 0.85% 0.54% -
HSV(B) 275.1º 0.84% 0.93% -
XYZ 29.64 14.53 82.13 -
YUV 95.78 208.26 170.24 -
System Red Green Blue C M Y K H S L
Decimal 155 38 238 0.35 0.84 0 0.07 275.1 0.85 0.54
Hex 9B 26 EE 23 54 0 7 113 55 36
Octal 233 46 356 43 124 0 7 423 125 66
Binary 10011011 100110 11101110 100011 1010100 0 111 100010011 1010101 110110

Color Harmonies of #9B26EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B26EE

Black with #9B26EE

Text Example


Text Example

White with #9B26EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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