Html Css Color HEX #9618B7 Dark Orchid

📋 copy color: '#9618B7'

red 150 ◦ green 24 ◦ blue 183

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

Shades of Dark Orchid #9618B7

Tints of Dark Orchid #9618B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.26%

R = 42.02%
G = 6.72%
B = 51.26%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9618B7 (or 0x9618B7) is known color: Dark Orchid. HEX triplet: 96, 18 and B7. RGB value is (150,24,183). Sum of RGB (Red+Green+Blue) = 150+24+183=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #9618B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9618B7 is #69E748. Grayscale: #4F4F4F. Windows color (decimal): -6940489 or 11999382. OLE color: 11999382.

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

Color convert

RGB 150 24 183 -
CMYK 0.18 0.87 0 0.28
HSL 287.55º 0.77% 0.41% -
HSV(B) 287.55º 0.87% 0.72% -
XYZ 21.45 10.56 45.71 -
YUV 79.8 186.24 178.07 -
System Red Green Blue C M Y K H S L
Decimal 150 24 183 0.18 0.87 0 0.28 287.55 0.77 0.41
Hex 96 18 B7 12 57 0 1C 120 4D 29
Octal 226 30 267 22 127 0 34 440 115 51
Binary 10010110 11000 10110111 10010 1010111 0 11100 100100000 1001101 101001

Color Harmonies of #9618B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9618B7

Black with #9618B7

Text Example


Text Example

White with #9618B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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