Html Css Color HEX #9B36AF Dark Orchid

📋 copy color: '#9B36AF'

red 155 ◦ green 54 ◦ blue 175

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

Shades of Dark Orchid #9B36AF

Tints of Dark Orchid #9B36AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.06%

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 40.36%
G = 14.06%
B = 45.57%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9B36AF (or 0x9B36AF) is known color: Dark Orchid. HEX triplet: 9B, 36 and AF. RGB value is (155,54,175). Sum of RGB (Red+Green+Blue) = 155+54+175=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B36AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B36AF is #64C950. Grayscale: #616161. Windows color (decimal): -6605137 or 11482779. OLE color: 11482779.

HSL color Cylindrical-coordinate representation of color #9B36AF: hue angle of 290.08º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B36AF is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 54 175 -
CMYK 0.11 0.69 0 0.31
HSL 290.08º 0.53% 0.45% -
HSV(B) 290.08º 0.69% 0.69% -
XYZ 22.57 12.7 41.82 -
YUV 97.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 155 54 175 0.11 0.69 0 0.31 290.08 0.53 0.45
Hex 9B 36 AF B 45 0 1F 122 35 2D
Octal 233 66 257 13 105 0 37 442 65 55
Binary 10011011 110110 10101111 1011 1000101 0 11111 100100010 110101 101101

Color Harmonies of #9B36AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B36AF

Black with #9B36AF

Text Example


Text Example

White with #9B36AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,54,175); }

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

background-color css

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

 a { background-color: rgb(155,54,175); }

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

border-color css

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

 span { border-color: rgb(155,54,175); }

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