Html Css Color HEX #9623BA Dark Orchid

📋 copy color: '#9623BA'

red 150 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #9623BA

Tints of Dark Orchid #9623BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

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

R = 40.43%
G = 9.43%
B = 50.13%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9623BA (or 0x9623BA) is known color: Dark Orchid. HEX triplet: 96, 23 and BA. RGB value is (150,35,186). Sum of RGB (Red+Green+Blue) = 150+35+186=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #9623BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9623BA is #69DC45. Grayscale: #565656. Windows color (decimal): -6937670 or 12198806. OLE color: 12198806.

HSL color Cylindrical-coordinate representation of color #9623BA: hue angle of 285.7º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9623BA is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 35 186 -
CMYK 0.19 0.81 0 0.27
HSL 285.7º 0.68% 0.43% -
HSV(B) 285.7º 0.81% 0.73% -
XYZ 22.04 11.23 47.46 -
YUV 86.6 184.1 173.22 -
System Red Green Blue C M Y K H S L
Decimal 150 35 186 0.19 0.81 0 0.27 285.7 0.68 0.43
Hex 96 23 BA 13 51 0 1B 11E 44 2B
Octal 226 43 272 23 121 0 33 436 104 53
Binary 10010110 100011 10111010 10011 1010001 0 11011 100011110 1000100 101011

Color Harmonies of #9623BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9623BA

Black with #9623BA

Text Example


Text Example

White with #9623BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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