Html Css Color HEX #9B4EED Blue Violet

📋 copy color: '#9B4EED'

red 155 ◦ green 78 ◦ blue 237

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

Shades of Blue Violet #9B4EED

Tints of Blue Violet #9B4EED

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.6%

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 32.98%
G = 16.6%
B = 50.43%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B4EED (or 0x9B4EED) is known color: Blue Violet. HEX triplet: 9B, 4E and ED. RGB value is (155,78,237). Sum of RGB (Red+Green+Blue) = 155+78+237=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B4EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4EED is #64B112. Grayscale: #767676. Windows color (decimal): -6598931 or 15552155. OLE color: 15552155.

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

Color convert

RGB 155 78 237 -
CMYK 0.35 0.67 0 0.07
HSL 269.06º 0.82% 0.62% -
HSV(B) 269.06º 0.67% 0.93% -
XYZ 31.53 18.53 82.04 -
YUV 119.15 194.51 153.57 -
System Red Green Blue C M Y K H S L
Decimal 155 78 237 0.35 0.67 0 0.07 269.06 0.82 0.62
Hex 9B 4E ED 23 43 0 7 10D 52 3E
Octal 233 116 355 43 103 0 7 415 122 76
Binary 10011011 1001110 11101101 100011 1000011 0 111 100001101 1010010 111110

Color Harmonies of #9B4EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4EED

Black with #9B4EED

Text Example


Text Example

White with #9B4EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,78,237); }

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

background-color css

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

 a { background-color: rgb(155,78,237); }

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

border-color css

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

 span { border-color: rgb(155,78,237); }

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