Html Css Color HEX #9621BD Dark Orchid

📋 copy color: '#9621BD'

red 150 ◦ green 33 ◦ blue 189

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

Shades of Dark Orchid #9621BD

Tints of Dark Orchid #9621BD

RGB

 RED value IS 150 (58.98% from 255) = 40.32%

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

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

R = 40.32%
G = 8.87%
B = 50.81%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9621BD (or 0x9621BD) is known color: Dark Orchid. HEX triplet: 96, 21 and BD. RGB value is (150,33,189). Sum of RGB (Red+Green+Blue) = 150+33+189=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #9621BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9621BD is #69DE42. Grayscale: #555555. Windows color (decimal): -6938179 or 12394902. OLE color: 12394902.

HSL color Cylindrical-coordinate representation of color #9621BD: hue angle of 285º 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 #9621BD is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 33 189 -
CMYK 0.21 0.83 0 0.26
HSL 285º 0.7% 0.44% -
HSV(B) 285º 0.83% 0.74% -
XYZ 22.31 11.25 49.14 -
YUV 85.77 186.26 173.82 -
System Red Green Blue C M Y K H S L
Decimal 150 33 189 0.21 0.83 0 0.26 285 0.7 0.44
Hex 96 21 BD 15 53 0 1A 11D 46 2C
Octal 226 41 275 25 123 0 32 435 106 54
Binary 10010110 100001 10111101 10101 1010011 0 11010 100011101 1000110 101100

Color Harmonies of #9621BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9621BD

Black with #9621BD

Text Example


Text Example

White with #9621BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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