Html Css Color HEX #9B1DEF Blue Violet

📋 copy color: '#9B1DEF'

red 155 ◦ green 29 ◦ blue 239

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

Shades of Blue Violet #9B1DEF

Tints of Blue Violet #9B1DEF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.86%

 BLUE value IS 239 (93.75% from 255) = 56.5%

R = 36.64%
G = 6.86%
B = 56.5%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9B1DEF (or 0x9B1DEF) is known color: Blue Violet. HEX triplet: 9B, 1D and EF. RGB value is (155,29,239). Sum of RGB (Red+Green+Blue) = 155+29+239=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B1DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B1DEF is #64E210. Grayscale: #595959. Windows color (decimal): -6611473 or 15670683. OLE color: 15670683.

HSL color Cylindrical-coordinate representation of color #9B1DEF: hue angle of 276º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1DEF is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 29 239 -
CMYK 0.35 0.88 0 0.06
HSL 276º 0.87% 0.53% -
HSV(B) 276º 0.88% 0.94% -
XYZ 29.54 14.08 82.82 -
YUV 90.61 211.74 173.92 -
System Red Green Blue C M Y K H S L
Decimal 155 29 239 0.35 0.88 0 0.06 276 0.87 0.53
Hex 9B 1D EF 23 58 0 6 114 57 35
Octal 233 35 357 43 130 0 6 424 127 65
Binary 10011011 11101 11101111 100011 1011000 0 110 100010100 1010111 110101

Color Harmonies of #9B1DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1DEF

Black with #9B1DEF

Text Example


Text Example

White with #9B1DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,29,239); }

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

background-color css

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

 a { background-color: rgb(155,29,239); }

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

border-color css

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

 span { border-color: rgb(155,29,239); }

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