Html Css Color HEX #9018CD Dark Violet

📋 copy color: '#9018CD'

red 144 ◦ green 24 ◦ blue 205

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

Shades of Dark Violet #9018CD

Tints of Dark Violet #9018CD

RGB

 RED value IS 144 (56.64% from 255) = 38.61%

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

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 38.61%
G = 6.43%
B = 54.96%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9018CD (or 0x9018CD) is known color: Dark Violet. HEX triplet: 90, 18 and CD. RGB value is (144,24,205). Sum of RGB (Red+Green+Blue) = 144+24+205=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #9018CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018CD is #6FE732. Grayscale: #4F4F4F. Windows color (decimal): -7333683 or 13441168. OLE color: 13441168.

HSL color Cylindrical-coordinate representation of color #9018CD: hue angle of 279.78º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9018CD is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 24 205 -
CMYK 0.30 0.88 0 0.20
HSL 279.78º 0.79% 0.45% -
HSV(B) 279.78º 0.88% 0.8% -
XYZ 22.85 10.99 58.67 -
YUV 80.51 198.26 173.28 -
System Red Green Blue C M Y K H S L
Decimal 144 24 205 0.30 0.88 0 0.20 279.78 0.79 0.45
Hex 90 18 CD 1E 58 0 14 118 4F 2D
Octal 220 30 315 36 130 0 24 430 117 55
Binary 10010000 11000 11001101 11110 1011000 0 10100 100011000 1001111 101101

Color Harmonies of #9018CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9018CD

Black with #9018CD

Text Example


Text Example

White with #9018CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9018CD; }

 p { color: rgb(144,24,205); }

 H1.HeaderClassName
 {
   color: #9018CD;
 }
 .AnyTagClassName
 {
   color: #9018CD;
 }
</style>

background-color css

<style>
 a { background-color: #9018CD; }

 a { background-color: rgb(144,24,205); }

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

border-color css

<style>
 span { border-color: #9018CD; }

 span { border-color: rgb(144,24,205); }

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