Html Css Color HEX #9B23AE Dark Orchid

📋 copy color: '#9B23AE'

red 155 ◦ green 35 ◦ blue 174

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

Shades of Dark Orchid #9B23AE

Tints of Dark Orchid #9B23AE

RGB

 RED value IS 155 (60.94% from 255) = 42.58%

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

 BLUE value IS 174 (68.36% from 255) = 47.8%

R = 42.58%
G = 9.62%
B = 47.8%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B23AE (or 0x9B23AE) is known color: Dark Orchid. HEX triplet: 9B, 23 and AE. RGB value is (155,35,174). Sum of RGB (Red+Green+Blue) = 155+35+174=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B23AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B23AE is #64DC51. Grayscale: #565656. Windows color (decimal): -6610002 or 11412379. OLE color: 11412379.

HSL color Cylindrical-coordinate representation of color #9B23AE: hue angle of 291.8º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B23AE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 35 174 -
CMYK 0.11 0.80 0 0.32
HSL 291.8º 0.67% 0.41% -
HSV(B) 291.8º 0.8% 0.68% -
XYZ 21.76 11.23 41.06 -
YUV 86.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 155 35 174 0.11 0.80 0 0.32 291.8 0.67 0.41
Hex 9B 23 AE B 50 0 20 124 43 29
Octal 233 43 256 13 120 0 40 444 103 51
Binary 10011011 100011 10101110 1011 1010000 0 100000 100100100 1000011 101001

Color Harmonies of #9B23AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B23AE

Black with #9B23AE

Text Example


Text Example

White with #9B23AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B23AE; }

 p { color: rgb(155,35,174); }

 H1.HeaderClassName
 {
   color: #9B23AE;
 }
 .AnyTagClassName
 {
   color: #9B23AE;
 }
</style>

background-color css

<style>
 a { background-color: #9B23AE; }

 a { background-color: rgb(155,35,174); }

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

border-color css

<style>
 span { border-color: #9B23AE; }

 span { border-color: rgb(155,35,174); }

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