Html Css Color HEX #9923BA Dark Orchid

📋 copy color: '#9923BA'

red 153 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #9923BA

Tints of Dark Orchid #9923BA

RGB

 RED value IS 153 (60.16% from 255) = 40.91%

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

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

R = 40.91%
G = 9.36%
B = 49.73%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9923BA (or 0x9923BA) is known color: Dark Orchid. HEX triplet: 99, 23 and BA. RGB value is (153,35,186). Sum of RGB (Red+Green+Blue) = 153+35+186=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #9923BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9923BA is #66DC45. Grayscale: #575757. Windows color (decimal): -6741062 or 12198809. OLE color: 12198809.

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

Color convert

RGB 153 35 186 -
CMYK 0.18 0.81 0 0.27
HSL 286.89º 0.68% 0.43% -
HSV(B) 286.89º 0.81% 0.73% -
XYZ 22.6 11.52 47.49 -
YUV 87.5 183.59 174.72 -
System Red Green Blue C M Y K H S L
Decimal 153 35 186 0.18 0.81 0 0.27 286.89 0.68 0.43
Hex 99 23 BA 12 51 0 1B 11F 44 2B
Octal 231 43 272 22 121 0 33 437 104 53
Binary 10011001 100011 10111010 10010 1010001 0 11011 100011111 1000100 101011

Color Harmonies of #9923BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9923BA

Black with #9923BA

Text Example


Text Example

White with #9923BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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