Html Css Color HEX #9D18EB Blue Violet

📋 copy color: '#9D18EB'

red 157 ◦ green 24 ◦ blue 235

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

Shades of Blue Violet #9D18EB

Tints of Blue Violet #9D18EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 37.74%
G = 5.77%
B = 56.49%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D18EB (or 0x9D18EB) is known color: Blue Violet. HEX triplet: 9D, 18 and EB. RGB value is (157,24,235). Sum of RGB (Red+Green+Blue) = 157+24+235=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D18EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D18EB is #62E714. Grayscale: #575757. Windows color (decimal): -6481685 or 15407261. OLE color: 15407261.

HSL color Cylindrical-coordinate representation of color #9D18EB: hue angle of 277.82º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D18EB is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 24 235 -
CMYK 0.33 0.90 0 0.08
HSL 277.82º 0.84% 0.51% -
HSV(B) 277.82º 0.9% 0.92% -
XYZ 29.23 13.82 79.72 -
YUV 87.82 211.06 177.34 -
System Red Green Blue C M Y K H S L
Decimal 157 24 235 0.33 0.90 0 0.08 277.82 0.84 0.51
Hex 9D 18 EB 21 5A 0 8 116 54 33
Octal 235 30 353 41 132 0 10 426 124 63
Binary 10011101 11000 11101011 100001 1011010 0 1000 100010110 1010100 110011

Color Harmonies of #9D18EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D18EB

Black with #9D18EB

Text Example


Text Example

White with #9D18EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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