Html Css Color HEX #9B2CE1 Blue Violet

📋 copy color: '#9B2CE1'

red 155 ◦ green 44 ◦ blue 225

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

Shades of Blue Violet #9B2CE1

Tints of Blue Violet #9B2CE1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.38%

 BLUE value IS 225 (88.28% from 255) = 53.07%

R = 36.56%
G = 10.38%
B = 53.07%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9B2CE1 (or 0x9B2CE1) is known color: Blue Violet. HEX triplet: 9B, 2C and E1. RGB value is (155,44,225). Sum of RGB (Red+Green+Blue) = 155+44+225=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B2CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2CE1 is #64D31E. Grayscale: #616161. Windows color (decimal): -6607647 or 14757019. OLE color: 14757019.

HSL color Cylindrical-coordinate representation of color #9B2CE1: hue angle of 276.8º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B2CE1 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 44 225 -
CMYK 0.31 0.80 0 0.12
HSL 276.8º 0.75% 0.53% -
HSV(B) 276.8º 0.8% 0.88% -
XYZ 28.01 14.21 72.5 -
YUV 97.82 199.77 168.78 -
System Red Green Blue C M Y K H S L
Decimal 155 44 225 0.31 0.80 0 0.12 276.8 0.75 0.53
Hex 9B 2C E1 1F 50 0 C 115 4B 35
Octal 233 54 341 37 120 0 14 425 113 65
Binary 10011011 101100 11100001 11111 1010000 0 1100 100010101 1001011 110101

Color Harmonies of #9B2CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2CE1

Black with #9B2CE1

Text Example


Text Example

White with #9B2CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,44,225); }

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

background-color css

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

 a { background-color: rgb(155,44,225); }

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

border-color css

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

 span { border-color: rgb(155,44,225); }

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