Html Css Color HEX #9B45DA Dark Orchid

📋 copy color: '#9B45DA'

red 155 ◦ green 69 ◦ blue 218

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

Shades of Dark Orchid #9B45DA

Tints of Dark Orchid #9B45DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 35.07%
G = 15.61%
B = 49.32%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B45DA (or 0x9B45DA) is known color: Dark Orchid. HEX triplet: 9B, 45 and DA. RGB value is (155,69,218). Sum of RGB (Red+Green+Blue) = 155+69+218=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B45DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B45DA is #64BA25. Grayscale: #6F6F6F. Windows color (decimal): -6601254 or 14304667. OLE color: 14304667.

HSL color Cylindrical-coordinate representation of color #9B45DA: hue angle of 274.63º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B45DA is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 69 218 -
CMYK 0.29 0.68 0 0.15
HSL 274.63º 0.67% 0.56% -
HSV(B) 274.63º 0.68% 0.85% -
XYZ 28.3 16.29 67.98 -
YUV 111.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 155 69 218 0.29 0.68 0 0.15 274.63 0.67 0.56
Hex 9B 45 DA 1D 44 0 F 113 43 38
Octal 233 105 332 35 104 0 17 423 103 70
Binary 10011011 1000101 11011010 11101 1000100 0 1111 100010011 1000011 111000

Color Harmonies of #9B45DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B45DA

Black with #9B45DA

Text Example


Text Example

White with #9B45DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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