Html Css Color HEX #9421BD Dark Orchid

📋 copy color: '#9421BD'

red 148 ◦ green 33 ◦ blue 189

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

Shades of Dark Orchid #9421BD

Tints of Dark Orchid #9421BD

RGB

 RED value IS 148 (58.2% from 255) = 40%

 GREEN value IS 33 (13.28% from 255) = 8.92%

 BLUE value IS 189 (74.22% from 255) = 51.08%

R = 40%
G = 8.92%
B = 51.08%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9421BD (or 0x9421BD) is known color: Dark Orchid. HEX triplet: 94, 21 and BD. RGB value is (148,33,189). Sum of RGB (Red+Green+Blue) = 148+33+189=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #9421BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9421BD is #6BDE42. Grayscale: #545454. Windows color (decimal): -7069251 or 12394900. OLE color: 12394900.

HSL color Cylindrical-coordinate representation of color #9421BD: hue angle of 284.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9421BD is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 33 189 -
CMYK 0.22 0.83 0 0.26
HSL 284.23º 0.7% 0.44% -
HSV(B) 284.23º 0.83% 0.74% -
XYZ 21.94 11.06 49.12 -
YUV 85.17 186.6 172.82 -
System Red Green Blue C M Y K H S L
Decimal 148 33 189 0.22 0.83 0 0.26 284.23 0.7 0.44
Hex 94 21 BD 16 53 0 1A 11C 46 2C
Octal 224 41 275 26 123 0 32 434 106 54
Binary 10010100 100001 10111101 10110 1010011 0 11010 100011100 1000110 101100

Color Harmonies of #9421BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9421BD

Black with #9421BD

Text Example


Text Example

White with #9421BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9421BD; }

 p { color: rgb(148,33,189); }

 H1.HeaderClassName
 {
   color: #9421BD;
 }
 .AnyTagClassName
 {
   color: #9421BD;
 }
</style>

background-color css

<style>
 a { background-color: #9421BD; }

 a { background-color: rgb(148,33,189); }

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

border-color css

<style>
 span { border-color: #9421BD; }

 span { border-color: rgb(148,33,189); }

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