Html Css Color HEX #9B45E0 Dark Orchid

📋 copy color: '#9B45E0'

red 155 ◦ green 69 ◦ blue 224

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

Shades of Dark Orchid #9B45E0

Tints of Dark Orchid #9B45E0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.4%

 BLUE value IS 224 (87.89% from 255) = 50%

R = 34.6%
G = 15.4%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9B45E0 (or 0x9B45E0) is known color: Dark Orchid. HEX triplet: 9B, 45 and E0. RGB value is (155,69,224). Sum of RGB (Red+Green+Blue) = 155+69+224=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B45E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B45E0 is #64BA1F. Grayscale: #6F6F6F. Windows color (decimal): -6601248 or 14697883. OLE color: 14697883.

HSL color Cylindrical-coordinate representation of color #9B45E0: hue angle of 273.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B45E0 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 69 224 -
CMYK 0.31 0.69 0 0.12
HSL 273.29º 0.71% 0.57% -
HSV(B) 273.29º 0.69% 0.88% -
XYZ 29.1 16.61 72.19 -
YUV 112.38 190.99 158.4 -
System Red Green Blue C M Y K H S L
Decimal 155 69 224 0.31 0.69 0 0.12 273.29 0.71 0.57
Hex 9B 45 E0 1F 45 0 C 111 47 39
Octal 233 105 340 37 105 0 14 421 107 71
Binary 10011011 1000101 11100000 11111 1000101 0 1100 100010001 1000111 111001

Color Harmonies of #9B45E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B45E0

Black with #9B45E0

Text Example


Text Example

White with #9B45E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,69,224); }

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

background-color css

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

 a { background-color: rgb(155,69,224); }

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

border-color css

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

 span { border-color: rgb(155,69,224); }

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