Html Css Color HEX #9B26BD Dark Orchid

📋 copy color: '#9B26BD'

red 155 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #9B26BD

Tints of Dark Orchid #9B26BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 40.58%
G = 9.95%
B = 49.48%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B26BD (or 0x9B26BD) is known color: Dark Orchid. HEX triplet: 9B, 26 and BD. RGB value is (155,38,189). Sum of RGB (Red+Green+Blue) = 155+38+189=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B26BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B26BD is #64D942. Grayscale: #595959. Windows color (decimal): -6609219 or 12396187. OLE color: 12396187.

HSL color Cylindrical-coordinate representation of color #9B26BD: hue angle of 286.49º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B26BD is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 38 189 -
CMYK 0.18 0.80 0 0.26
HSL 286.49º 0.67% 0.45% -
HSV(B) 286.49º 0.8% 0.74% -
XYZ 23.4 12.03 49.23 -
YUV 90.2 183.76 174.22 -
System Red Green Blue C M Y K H S L
Decimal 155 38 189 0.18 0.80 0 0.26 286.49 0.67 0.45
Hex 9B 26 BD 12 50 0 1A 11E 43 2D
Octal 233 46 275 22 120 0 32 436 103 55
Binary 10011011 100110 10111101 10010 1010000 0 11010 100011110 1000011 101101

Color Harmonies of #9B26BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B26BD

Black with #9B26BD

Text Example


Text Example

White with #9B26BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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