Html Css Color HEX #9D18FF Blue Violet

📋 copy color: '#9D18FF'

red 157 ◦ green 24 ◦ blue 255

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

Shades of Blue Violet #9D18FF

Tints of Blue Violet #9D18FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.5%

 BLUE value IS 255 (100% from 255) = 58.49%

R = 36.01%
G = 5.5%
B = 58.49%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D18FF (or 0x9D18FF) is known color: Blue Violet. HEX triplet: 9D, 18 and FF. RGB value is (157,24,255). Sum of RGB (Red+Green+Blue) = 157+24+255=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D18FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D18FF is #62E700. Grayscale: #595959. Windows color (decimal): -6481665 or 16717981. OLE color: 16717981.

HSL color Cylindrical-coordinate representation of color #9D18FF: hue angle of 274.55º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D18FF is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 157 24 255 -
CMYK 0.38 0.91 0 0
HSL 274.55º 1% 0.55% -
HSV(B) 274.55º 0.91% 1% -
XYZ 32.28 15.04 95.81 -
YUV 90.1 221.06 175.72 -
System Red Green Blue C M Y K H S L
Decimal 157 24 255 0.38 0.91 0 0 274.55 1 0.55
Hex 9D 18 FF 26 5B 0 0 113 64 37
Octal 235 30 377 46 133 0 0 423 144 67
Binary 10011101 11000 11111111 100110 1011011 0 0 100010011 1100100 110111

Color Harmonies of #9D18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D18FF

Black with #9D18FF

Text Example


Text Example

White with #9D18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,24,255); }

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

background-color css

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

 a { background-color: rgb(157,24,255); }

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

border-color css

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

 span { border-color: rgb(157,24,255); }

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