Html Css Color HEX #9618DD Blue Violet

📋 copy color: '#9618DD'

red 150 ◦ green 24 ◦ blue 221

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

Shades of Blue Violet #9618DD

Tints of Blue Violet #9618DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 37.97%
G = 6.08%
B = 55.95%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9618DD (or 0x9618DD) is known color: Blue Violet. HEX triplet: 96, 18 and DD. RGB value is (150,24,221). Sum of RGB (Red+Green+Blue) = 150+24+221=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #9618DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9618DD is #69E722. Grayscale: #535353. Windows color (decimal): -6940451 or 14489750. OLE color: 14489750.

HSL color Cylindrical-coordinate representation of color #9618DD: hue angle of 278.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9618DD is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 24 221 -
CMYK 0.32 0.89 0 0.13
HSL 278.38º 0.8% 0.48% -
HSV(B) 278.38º 0.89% 0.87% -
XYZ 25.96 12.36 69.42 -
YUV 84.13 205.24 174.98 -
System Red Green Blue C M Y K H S L
Decimal 150 24 221 0.32 0.89 0 0.13 278.38 0.8 0.48
Hex 96 18 DD 20 59 0 D 116 50 30
Octal 226 30 335 40 131 0 15 426 120 60
Binary 10010110 11000 11011101 100000 1011001 0 1101 100010110 1010000 110000

Color Harmonies of #9618DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9618DD

Black with #9618DD

Text Example


Text Example

White with #9618DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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