Html Css Color HEX #9423BB Dark Orchid

📋 copy color: '#9423BB'

red 148 ◦ green 35 ◦ blue 187

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

Shades of Dark Orchid #9423BB

Tints of Dark Orchid #9423BB

RGB

 RED value IS 148 (58.2% from 255) = 40%

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

 BLUE value IS 187 (73.44% from 255) = 50.54%

R = 40%
G = 9.46%
B = 50.54%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9423BB (or 0x9423BB) is known color: Dark Orchid. HEX triplet: 94, 23 and BB. RGB value is (148,35,187). Sum of RGB (Red+Green+Blue) = 148+35+187=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #9423BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9423BB is #6BDC44. Grayscale: #555555. Windows color (decimal): -7068741 or 12264340. OLE color: 12264340.

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

Color convert

RGB 148 35 187 -
CMYK 0.21 0.81 0 0.27
HSL 284.61º 0.68% 0.44% -
HSV(B) 284.61º 0.81% 0.73% -
XYZ 21.78 11.09 48.01 -
YUV 86.12 184.94 172.14 -
System Red Green Blue C M Y K H S L
Decimal 148 35 187 0.21 0.81 0 0.27 284.61 0.68 0.44
Hex 94 23 BB 15 51 0 1B 11D 44 2C
Octal 224 43 273 25 121 0 33 435 104 54
Binary 10010100 100011 10111011 10101 1010001 0 11011 100011101 1000100 101100

Color Harmonies of #9423BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9423BB

Black with #9423BB

Text Example


Text Example

White with #9423BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9423BB; }

 p { color: rgb(148,35,187); }

 H1.HeaderClassName
 {
   color: #9423BB;
 }
 .AnyTagClassName
 {
   color: #9423BB;
 }
</style>

background-color css

<style>
 a { background-color: #9423BB; }

 a { background-color: rgb(148,35,187); }

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

border-color css

<style>
 span { border-color: #9423BB; }

 span { border-color: rgb(148,35,187); }

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