Html Css Color HEX #9B28BD Dark Orchid

📋 copy color: '#9B28BD'

red 155 ◦ green 40 ◦ blue 189

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

Shades of Dark Orchid #9B28BD

Tints of Dark Orchid #9B28BD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.42%

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

R = 40.36%
G = 10.42%
B = 49.22%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B28BD (or 0x9B28BD) is known color: Dark Orchid. HEX triplet: 9B, 28 and BD. RGB value is (155,40,189). Sum of RGB (Red+Green+Blue) = 155+40+189=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B28BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B28BD is #64D742. Grayscale: #5A5A5A. Windows color (decimal): -6608707 or 12396699. OLE color: 12396699.

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

Color convert

RGB 155 40 189 -
CMYK 0.18 0.79 0 0.26
HSL 286.31º 0.65% 0.45% -
HSV(B) 286.31º 0.79% 0.74% -
XYZ 23.46 12.16 49.25 -
YUV 91.37 183.1 173.38 -
System Red Green Blue C M Y K H S L
Decimal 155 40 189 0.18 0.79 0 0.26 286.31 0.65 0.45
Hex 9B 28 BD 12 4F 0 1A 11E 41 2D
Octal 233 50 275 22 117 0 32 436 101 55
Binary 10011011 101000 10111101 10010 1001111 0 11010 100011110 1000001 101101

Color Harmonies of #9B28BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B28BD

Black with #9B28BD

Text Example


Text Example

White with #9B28BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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