Html Css Color HEX #9B40EA Blue Violet

📋 copy color: '#9B40EA'

red 155 ◦ green 64 ◦ blue 234

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

Shades of Blue Violet #9B40EA

Tints of Blue Violet #9B40EA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.13%

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

R = 34.22%
G = 14.13%
B = 51.66%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9B40EA (or 0x9B40EA) is known color: Blue Violet. HEX triplet: 9B, 40 and EA. RGB value is (155,64,234). Sum of RGB (Red+Green+Blue) = 155+64+234=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B40EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B40EA is #64BF15. Grayscale: #6D6D6D. Windows color (decimal): -6602518 or 15351963. OLE color: 15351963.

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

Color convert

RGB 155 64 234 -
CMYK 0.34 0.73 0 0.08
HSL 272.12º 0.8% 0.58% -
HSV(B) 272.12º 0.73% 0.92% -
XYZ 30.2 16.58 79.45 -
YUV 110.59 197.65 159.68 -
System Red Green Blue C M Y K H S L
Decimal 155 64 234 0.34 0.73 0 0.08 272.12 0.8 0.58
Hex 9B 40 EA 22 49 0 8 110 50 3A
Octal 233 100 352 42 111 0 10 420 120 72
Binary 10011011 1000000 11101010 100010 1001001 0 1000 100010000 1010000 111010

Color Harmonies of #9B40EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B40EA

Black with #9B40EA

Text Example


Text Example

White with #9B40EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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