Html Css Color HEX #9818BA Dark Orchid

📋 copy color: '#9818BA'

red 152 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #9818BA

Tints of Dark Orchid #9818BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 41.99%
G = 6.63%
B = 51.38%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9818BA (or 0x9818BA) is known color: Dark Orchid. HEX triplet: 98, 18 and BA. RGB value is (152,24,186). Sum of RGB (Red+Green+Blue) = 152+24+186=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #9818BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9818BA is #67E745. Grayscale: #505050. Windows color (decimal): -6809414 or 12195992. OLE color: 12195992.

HSL color Cylindrical-coordinate representation of color #9818BA: hue angle of 287.41º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9818BA is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 24 186 -
CMYK 0.18 0.87 0 0.27
HSL 287.41º 0.77% 0.41% -
HSV(B) 287.41º 0.87% 0.73% -
XYZ 22.14 10.87 47.39 -
YUV 80.74 187.41 178.83 -
System Red Green Blue C M Y K H S L
Decimal 152 24 186 0.18 0.87 0 0.27 287.41 0.77 0.41
Hex 98 18 BA 12 57 0 1B 11F 4D 29
Octal 230 30 272 22 127 0 33 437 115 51
Binary 10011000 11000 10111010 10010 1010111 0 11011 100011111 1001101 101001

Color Harmonies of #9818BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9818BA

Black with #9818BA

Text Example


Text Example

White with #9818BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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