Html Css Color HEX #9C15F1 Blue Violet

📋 copy color: '#9C15F1'

red 156 ◦ green 21 ◦ blue 241

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

Shades of Blue Violet #9C15F1

Tints of Blue Violet #9C15F1

RGB

 RED value IS 156 (61.33% from 255) = 37.32%

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

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

R = 37.32%
G = 5.02%
B = 57.66%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9C15F1 (or 0x9C15F1) is known color: Blue Violet. HEX triplet: 9C, 15 and F1. RGB value is (156,21,241). Sum of RGB (Red+Green+Blue) = 156+21+241=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C15F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C15F1 is #63EA0E. Grayscale: #555555. Windows color (decimal): -6547983 or 15799708. OLE color: 15799708.

HSL color Cylindrical-coordinate representation of color #9C15F1: hue angle of 276.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C15F1 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 21 241 -
CMYK 0.35 0.91 0 0.05
HSL 276.82º 0.89% 0.51% -
HSV(B) 276.82º 0.91% 0.95% -
XYZ 29.86 13.96 84.34 -
YUV 86.45 215.23 177.61 -
System Red Green Blue C M Y K H S L
Decimal 156 21 241 0.35 0.91 0 0.05 276.82 0.89 0.51
Hex 9C 15 F1 23 5B 0 5 115 59 33
Octal 234 25 361 43 133 0 5 425 131 63
Binary 10011100 10101 11110001 100011 1011011 0 101 100010101 1011001 110011

Color Harmonies of #9C15F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C15F1

Black with #9C15F1

Text Example


Text Example

White with #9C15F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,21,241); }

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

background-color css

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

 a { background-color: rgb(156,21,241); }

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

border-color css

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

 span { border-color: rgb(156,21,241); }

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