Html Css Color HEX #9B24F1 Blue Violet

📋 copy color: '#9B24F1'

red 155 ◦ green 36 ◦ blue 241

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

Shades of Blue Violet #9B24F1

Tints of Blue Violet #9B24F1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.33%

 BLUE value IS 241 (94.53% from 255) = 55.79%

R = 35.88%
G = 8.33%
B = 55.79%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9B24F1 (or 0x9B24F1) is known color: Blue Violet. HEX triplet: 9B, 24 and F1. RGB value is (155,36,241). Sum of RGB (Red+Green+Blue) = 155+36+241=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B24F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B24F1 is #64DB0E. Grayscale: #5E5E5E. Windows color (decimal): -6609679 or 15803547. OLE color: 15803547.

HSL color Cylindrical-coordinate representation of color #9B24F1: hue angle of 274.83º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B24F1 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 36 241 -
CMYK 0.36 0.85 0 0.05
HSL 274.83º 0.88% 0.54% -
HSV(B) 274.83º 0.85% 0.95% -
XYZ 30.03 14.58 84.45 -
YUV 94.95 210.42 170.83 -
System Red Green Blue C M Y K H S L
Decimal 155 36 241 0.36 0.85 0 0.05 274.83 0.88 0.54
Hex 9B 24 F1 24 55 0 5 113 58 36
Octal 233 44 361 44 125 0 5 423 130 66
Binary 10011011 100100 11110001 100100 1010101 0 101 100010011 1011000 110110

Color Harmonies of #9B24F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B24F1

Black with #9B24F1

Text Example


Text Example

White with #9B24F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,36,241); }

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

background-color css

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

 a { background-color: rgb(155,36,241); }

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

border-color css

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

 span { border-color: rgb(155,36,241); }

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