Html Css Color HEX #9D15FC Blue Violet

📋 copy color: '#9D15FC'

red 157 ◦ green 21 ◦ blue 252

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

Shades of Blue Violet #9D15FC

Tints of Blue Violet #9D15FC

RGB

 RED value IS 157 (61.72% from 255) = 36.51%

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

 BLUE value IS 252 (98.83% from 255) = 58.6%

R = 36.51%
G = 4.88%
B = 58.6%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9D15FC (or 0x9D15FC) is known color: Blue Violet. HEX triplet: 9D, 15 and FC. RGB value is (157,21,252). Sum of RGB (Red+Green+Blue) = 157+21+252=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D15FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D15FC is #62EA03. Grayscale: #575757. Windows color (decimal): -6482436 or 16520605. OLE color: 16520605.

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

Color convert

RGB 157 21 252 -
CMYK 0.38 0.92 0 0.01
HSL 275.32º 0.97% 0.54% -
HSV(B) 275.32º 0.92% 0.99% -
XYZ 31.74 14.73 93.27 -
YUV 88 220.56 177.22 -
System Red Green Blue C M Y K H S L
Decimal 157 21 252 0.38 0.92 0 0.01 275.32 0.97 0.54
Hex 9D 15 FC 26 5C 0 1 113 61 36
Octal 235 25 374 46 134 0 1 423 141 66
Binary 10011101 10101 11111100 100110 1011100 0 1 100010011 1100001 110110

Color Harmonies of #9D15FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D15FC

Black with #9D15FC

Text Example


Text Example

White with #9D15FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,21,252); }

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

background-color css

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

 a { background-color: rgb(157,21,252); }

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

border-color css

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

 span { border-color: rgb(157,21,252); }

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