Html Css Color HEX #9B38BB Dark Orchid

📋 copy color: '#9B38BB'

red 155 ◦ green 56 ◦ blue 187

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

Shades of Dark Orchid #9B38BB

Tints of Dark Orchid #9B38BB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.07%

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

R = 38.94%
G = 14.07%
B = 46.98%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B38BB (or 0x9B38BB) is known color: Dark Orchid. HEX triplet: 9B, 38 and BB. RGB value is (155,56,187). Sum of RGB (Red+Green+Blue) = 155+56+187=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B38BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B38BB is #64C744. Grayscale: #646464. Windows color (decimal): -6604613 or 12269723. OLE color: 12269723.

HSL color Cylindrical-coordinate representation of color #9B38BB: hue angle of 285.34º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B38BB is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 56 187 -
CMYK 0.17 0.70 0 0.27
HSL 285.34º 0.54% 0.48% -
HSV(B) 285.34º 0.7% 0.73% -
XYZ 23.9 13.38 48.34 -
YUV 100.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 155 56 187 0.17 0.70 0 0.27 285.34 0.54 0.48
Hex 9B 38 BB 11 46 0 1B 11D 36 30
Octal 233 70 273 21 106 0 33 435 66 60
Binary 10011011 111000 10111011 10001 1000110 0 11011 100011101 110110 110000

Color Harmonies of #9B38BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B38BB

Black with #9B38BB

Text Example


Text Example

White with #9B38BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,56,187); }

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

background-color css

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

 a { background-color: rgb(155,56,187); }

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

border-color css

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

 span { border-color: rgb(155,56,187); }

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