Html Css Color HEX #9B26AE Dark Orchid

📋 copy color: '#9B26AE'

red 155 ◦ green 38 ◦ blue 174

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

Shades of Dark Orchid #9B26AE

Tints of Dark Orchid #9B26AE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

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

R = 42.23%
G = 10.35%
B = 47.41%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B26AE (or 0x9B26AE) is known color: Dark Orchid. HEX triplet: 9B, 26 and AE. RGB value is (155,38,174). Sum of RGB (Red+Green+Blue) = 155+38+174=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B26AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B26AE is #64D951. Grayscale: #585858. Windows color (decimal): -6609234 or 11413147. OLE color: 11413147.

HSL color Cylindrical-coordinate representation of color #9B26AE: hue angle of 291.62º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B26AE is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 38 174 -
CMYK 0.11 0.78 0 0.32
HSL 291.62º 0.64% 0.42% -
HSV(B) 291.62º 0.78% 0.68% -
XYZ 21.85 11.41 41.1 -
YUV 88.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 155 38 174 0.11 0.78 0 0.32 291.62 0.64 0.42
Hex 9B 26 AE B 4E 0 20 124 40 2A
Octal 233 46 256 13 116 0 40 444 100 52
Binary 10011011 100110 10101110 1011 1001110 0 100000 100100100 1000000 101010

Color Harmonies of #9B26AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B26AE

Black with #9B26AE

Text Example


Text Example

White with #9B26AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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