Html Css Color HEX #9818EE Blue Violet

📋 copy color: '#9818EE'

red 152 ◦ green 24 ◦ blue 238

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

Shades of Blue Violet #9818EE

Tints of Blue Violet #9818EE

RGB

 RED value IS 152 (59.77% from 255) = 36.71%

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

 BLUE value IS 238 (93.36% from 255) = 57.49%

R = 36.71%
G = 5.8%
B = 57.49%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9818EE (or 0x9818EE) is known color: Blue Violet. HEX triplet: 98, 18 and EE. RGB value is (152,24,238). Sum of RGB (Red+Green+Blue) = 152+24+238=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #9818EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9818EE is #67E711. Grayscale: #555555. Windows color (decimal): -6809362 or 15603864. OLE color: 15603864.

HSL color Cylindrical-coordinate representation of color #9818EE: hue angle of 275.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9818EE is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 24 238 -
CMYK 0.36 0.90 0 0.07
HSL 275.89º 0.86% 0.51% -
HSV(B) 275.89º 0.9% 0.93% -
XYZ 28.71 13.5 81.98 -
YUV 86.67 213.41 174.6 -
System Red Green Blue C M Y K H S L
Decimal 152 24 238 0.36 0.90 0 0.07 275.89 0.86 0.51
Hex 98 18 EE 24 5A 0 7 114 56 33
Octal 230 30 356 44 132 0 7 424 126 63
Binary 10011000 11000 11101110 100100 1011010 0 111 100010100 1010110 110011

Color Harmonies of #9818EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9818EE

Black with #9818EE

Text Example


Text Example

White with #9818EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9818EE; }

 p { color: rgb(152,24,238); }

 H1.HeaderClassName
 {
   color: #9818EE;
 }
 .AnyTagClassName
 {
   color: #9818EE;
 }
</style>

background-color css

<style>
 a { background-color: #9818EE; }

 a { background-color: rgb(152,24,238); }

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

border-color css

<style>
 span { border-color: #9818EE; }

 span { border-color: rgb(152,24,238); }

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