Html Css Color HEX #9C15FE Blue Violet

📋 copy color: '#9C15FE'

red 156 ◦ green 21 ◦ blue 254

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

Shades of Blue Violet #9C15FE

Tints of Blue Violet #9C15FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.93%

R = 36.19%
G = 4.87%
B = 58.93%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C15FE (or 0x9C15FE) is known color: Blue Violet. HEX triplet: 9C, 15 and FE. RGB value is (156,21,254). Sum of RGB (Red+Green+Blue) = 156+21+254=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C15FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C15FE is #63EA01. Grayscale: #575757. Windows color (decimal): -6547970 or 16651676. OLE color: 16651676.

HSL color Cylindrical-coordinate representation of color #9C15FE: hue angle of 274.76º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C15FE is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 156 21 254 -
CMYK 0.39 0.92 0 0.00
HSL 274.76º 0.99% 0.54% -
HSV(B) 274.76º 0.92% 1% -
XYZ 31.87 14.76 94.94 -
YUV 87.93 221.73 176.55 -
System Red Green Blue C M Y K H S L
Decimal 156 21 254 0.39 0.92 0 0.00 274.76 0.99 0.54
Hex 9C 15 FE 27 5C 0 0 113 63 36
Octal 234 25 376 47 134 0 0 423 143 66
Binary 10011100 10101 11111110 100111 1011100 0 0 100010011 1100011 110110

Color Harmonies of #9C15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C15FE

Black with #9C15FE

Text Example


Text Example

White with #9C15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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