Html Css Color HEX #9418BC Dark Orchid

📋 copy color: '#9418BC'

red 148 ◦ green 24 ◦ blue 188

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

Shades of Dark Orchid #9418BC

Tints of Dark Orchid #9418BC

RGB

 RED value IS 148 (58.2% from 255) = 41.11%

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

 BLUE value IS 188 (73.83% from 255) = 52.22%

R = 41.11%
G = 6.67%
B = 52.22%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9418BC (or 0x9418BC) is known color: Dark Orchid. HEX triplet: 94, 18 and BC. RGB value is (148,24,188). Sum of RGB (Red+Green+Blue) = 148+24+188=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #9418BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9418BC is #6BE743. Grayscale: #4F4F4F. Windows color (decimal): -7071556 or 12327060. OLE color: 12327060.

HSL color Cylindrical-coordinate representation of color #9418BC: hue angle of 285.37º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9418BC is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 24 188 -
CMYK 0.21 0.87 0 0.26
HSL 285.37º 0.77% 0.42% -
HSV(B) 285.37º 0.87% 0.74% -
XYZ 21.62 10.58 48.48 -
YUV 79.77 189.08 176.66 -
System Red Green Blue C M Y K H S L
Decimal 148 24 188 0.21 0.87 0 0.26 285.37 0.77 0.42
Hex 94 18 BC 15 57 0 1A 11D 4D 2A
Octal 224 30 274 25 127 0 32 435 115 52
Binary 10010100 11000 10111100 10101 1010111 0 11010 100011101 1001101 101010

Color Harmonies of #9418BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9418BC

Black with #9418BC

Text Example


Text Example

White with #9418BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9418BC; }

 p { color: rgb(148,24,188); }

 H1.HeaderClassName
 {
   color: #9418BC;
 }
 .AnyTagClassName
 {
   color: #9418BC;
 }
</style>

background-color css

<style>
 a { background-color: #9418BC; }

 a { background-color: rgb(148,24,188); }

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

border-color css

<style>
 span { border-color: #9418BC; }

 span { border-color: rgb(148,24,188); }

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