Html Css Color HEX #9B15F6 Blue Violet

📋 copy color: '#9B15F6'

red 155 ◦ green 21 ◦ blue 246

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

Shades of Blue Violet #9B15F6

Tints of Blue Violet #9B15F6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.98%

 BLUE value IS 246 (96.48% from 255) = 58.29%

R = 36.73%
G = 4.98%
B = 58.29%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9B15F6 (or 0x9B15F6) is known color: Blue Violet. HEX triplet: 9B, 15 and F6. RGB value is (155,21,246). Sum of RGB (Red+Green+Blue) = 155+21+246=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #9B15F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B15F6 is #64EA09. Grayscale: #555555. Windows color (decimal): -6613514 or 16127387. OLE color: 16127387.

HSL color Cylindrical-coordinate representation of color #9B15F6: hue angle of 275.73º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B15F6 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 21 246 -
CMYK 0.37 0.91 0 0.04
HSL 275.73º 0.93% 0.52% -
HSV(B) 275.73º 0.91% 0.96% -
XYZ 30.42 14.16 88.32 -
YUV 86.72 217.89 176.7 -
System Red Green Blue C M Y K H S L
Decimal 155 21 246 0.37 0.91 0 0.04 275.73 0.93 0.52
Hex 9B 15 F6 25 5B 0 4 114 5D 34
Octal 233 25 366 45 133 0 4 424 135 64
Binary 10011011 10101 11110110 100101 1011011 0 100 100010100 1011101 110100

Color Harmonies of #9B15F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B15F6

Black with #9B15F6

Text Example


Text Example

White with #9B15F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,21,246); }

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

background-color css

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

 a { background-color: rgb(155,21,246); }

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

border-color css

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

 span { border-color: rgb(155,21,246); }

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