Html Css Color HEX #9B46DE Dark Orchid

📋 copy color: '#9B46DE'

red 155 ◦ green 70 ◦ blue 222

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

Shades of Dark Orchid #9B46DE

Tints of Dark Orchid #9B46DE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.66%

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 34.68%
G = 15.66%
B = 49.66%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B46DE (or 0x9B46DE) is known color: Dark Orchid. HEX triplet: 9B, 46 and DE. RGB value is (155,70,222). Sum of RGB (Red+Green+Blue) = 155+70+222=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B46DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B46DE is #64B921. Grayscale: #707070. Windows color (decimal): -6600994 or 14567067. OLE color: 14567067.

HSL color Cylindrical-coordinate representation of color #9B46DE: hue angle of 273.55º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B46DE is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 70 222 -
CMYK 0.30 0.68 0 0.13
HSL 273.55º 0.7% 0.57% -
HSV(B) 273.55º 0.68% 0.87% -
XYZ 28.89 16.62 70.79 -
YUV 112.74 189.66 158.14 -
System Red Green Blue C M Y K H S L
Decimal 155 70 222 0.30 0.68 0 0.13 273.55 0.7 0.57
Hex 9B 46 DE 1E 44 0 D 112 46 39
Octal 233 106 336 36 104 0 15 422 106 71
Binary 10011011 1000110 11011110 11110 1000100 0 1101 100010010 1000110 111001

Color Harmonies of #9B46DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B46DE

Black with #9B46DE

Text Example


Text Example

White with #9B46DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,70,222); }

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

background-color css

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

 a { background-color: rgb(155,70,222); }

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

border-color css

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

 span { border-color: rgb(155,70,222); }

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