Html Css Color HEX #9018CB Dark Violet

📋 copy color: '#9018CB'

red 144 ◦ green 24 ◦ blue 203

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

Shades of Dark Violet #9018CB

Tints of Dark Violet #9018CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.72%

R = 38.81%
G = 6.47%
B = 54.72%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9018CB (or 0x9018CB) is known color: Dark Violet. HEX triplet: 90, 18 and CB. RGB value is (144,24,203). Sum of RGB (Red+Green+Blue) = 144+24+203=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #9018CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018CB is #6FE734. Grayscale: #4F4F4F. Windows color (decimal): -7333685 or 13310096. OLE color: 13310096.

HSL color Cylindrical-coordinate representation of color #9018CB: hue angle of 280.22º 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 #9018CB is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 24 203 -
CMYK 0.29 0.88 0 0.20
HSL 280.22º 0.79% 0.45% -
HSV(B) 280.22º 0.88% 0.8% -
XYZ 22.61 10.89 57.41 -
YUV 80.29 197.26 173.45 -
System Red Green Blue C M Y K H S L
Decimal 144 24 203 0.29 0.88 0 0.20 280.22 0.79 0.45
Hex 90 18 CB 1D 58 0 14 118 4F 2D
Octal 220 30 313 35 130 0 24 430 117 55
Binary 10010000 11000 11001011 11101 1011000 0 10100 100011000 1001111 101101

Color Harmonies of #9018CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9018CB

Black with #9018CB

Text Example


Text Example

White with #9018CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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