Html Css Color HEX #9618EA Blue Violet

📋 copy color: '#9618EA'

red 150 ◦ green 24 ◦ blue 234

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

Shades of Blue Violet #9618EA

Tints of Blue Violet #9618EA

RGB

 RED value IS 150 (58.98% from 255) = 36.76%

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

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 36.76%
G = 5.88%
B = 57.35%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9618EA (or 0x9618EA) is known color: Blue Violet. HEX triplet: 96, 18 and EA. RGB value is (150,24,234). Sum of RGB (Red+Green+Blue) = 150+24+234=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #9618EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9618EA is #69E715. Grayscale: #545454. Windows color (decimal): -6940438 or 15341718. OLE color: 15341718.

HSL color Cylindrical-coordinate representation of color #9618EA: hue angle of 276º degrees, saturation: 0.83, 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 #9618EA is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 24 234 -
CMYK 0.36 0.90 0 0.08
HSL 276º 0.83% 0.51% -
HSV(B) 276º 0.9% 0.92% -
XYZ 27.76 13.08 78.9 -
YUV 85.61 211.74 173.92 -
System Red Green Blue C M Y K H S L
Decimal 150 24 234 0.36 0.90 0 0.08 276 0.83 0.51
Hex 96 18 EA 24 5A 0 8 114 53 33
Octal 226 30 352 44 132 0 10 424 123 63
Binary 10010110 11000 11101010 100100 1011010 0 1000 100010100 1010011 110011

Color Harmonies of #9618EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9618EA

Black with #9618EA

Text Example


Text Example

White with #9618EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9618EA; }

 p { color: rgb(150,24,234); }

 H1.HeaderClassName
 {
   color: #9618EA;
 }
 .AnyTagClassName
 {
   color: #9618EA;
 }
</style>

background-color css

<style>
 a { background-color: #9618EA; }

 a { background-color: rgb(150,24,234); }

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

border-color css

<style>
 span { border-color: #9618EA; }

 span { border-color: rgb(150,24,234); }

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