Html Css Color HEX #9818BE Dark Orchid

📋 copy color: '#9818BE'

red 152 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #9818BE

Tints of Dark Orchid #9818BE

RGB

 RED value IS 152 (59.77% from 255) = 41.53%

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

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 41.53%
G = 6.56%
B = 51.91%

CMYK

 C value IS 0.2

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9818BE (or 0x9818BE) is known color: Dark Orchid. HEX triplet: 98, 18 and BE. RGB value is (152,24,190). Sum of RGB (Red+Green+Blue) = 152+24+190=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #9818BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9818BE is #67E741. Grayscale: #505050. Windows color (decimal): -6809410 or 12458136. OLE color: 12458136.

HSL color Cylindrical-coordinate representation of color #9818BE: hue angle of 286.27º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9818BE is Cyan = 0.2, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 24 190 -
CMYK 0.2 0.87 0 0.25
HSL 286.27º 0.78% 0.42% -
HSV(B) 286.27º 0.87% 0.75% -
XYZ 22.57 11.05 49.66 -
YUV 81.2 189.41 178.5 -
System Red Green Blue C M Y K H S L
Decimal 152 24 190 0.2 0.87 0 0.25 286.27 0.78 0.42
Hex 98 18 BE 14 57 0 19 11E 4E 2A
Octal 230 30 276 24 127 0 31 436 116 52
Binary 10011000 11000 10111110 10100 1010111 0 11001 100011110 1001110 101010

Color Harmonies of #9818BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9818BE

Black with #9818BE

Text Example


Text Example

White with #9818BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9818BE; }

 p { color: rgb(152,24,190); }

 H1.HeaderClassName
 {
   color: #9818BE;
 }
 .AnyTagClassName
 {
   color: #9818BE;
 }
</style>

background-color css

<style>
 a { background-color: #9818BE; }

 a { background-color: rgb(152,24,190); }

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

border-color css

<style>
 span { border-color: #9818BE; }

 span { border-color: rgb(152,24,190); }

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