Html Css Color HEX #9618BA Dark Orchid

📋 copy color: '#9618BA'

red 150 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #9618BA

Tints of Dark Orchid #9618BA

RGB

 RED value IS 150 (58.98% from 255) = 41.67%

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

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

R = 41.67%
G = 6.67%
B = 51.67%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9618BA (or 0x9618BA) is known color: Dark Orchid. HEX triplet: 96, 18 and BA. RGB value is (150,24,186). Sum of RGB (Red+Green+Blue) = 150+24+186=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #9618BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9618BA is #69E745. Grayscale: #4F4F4F. Windows color (decimal): -6940486 or 12195990. OLE color: 12195990.

HSL color Cylindrical-coordinate representation of color #9618BA: hue angle of 286.67º 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 #9618BA is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 24 186 -
CMYK 0.19 0.87 0 0.27
HSL 286.67º 0.77% 0.41% -
HSV(B) 286.67º 0.87% 0.73% -
XYZ 21.77 10.68 47.37 -
YUV 80.14 187.74 177.83 -
System Red Green Blue C M Y K H S L
Decimal 150 24 186 0.19 0.87 0 0.27 286.67 0.77 0.41
Hex 96 18 BA 13 57 0 1B 11F 4D 29
Octal 226 30 272 23 127 0 33 437 115 51
Binary 10010110 11000 10111010 10011 1010111 0 11011 100011111 1001101 101001

Color Harmonies of #9618BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9618BA

Black with #9618BA

Text Example


Text Example

White with #9618BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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