Html Css Color HEX #9437BD Dark Orchid

📋 copy color: '#9437BD'

red 148 ◦ green 55 ◦ blue 189

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

Shades of Dark Orchid #9437BD

Tints of Dark Orchid #9437BD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.03%

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

R = 37.76%
G = 14.03%
B = 48.21%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9437BD (or 0x9437BD) is known color: Dark Orchid. HEX triplet: 94, 37 and BD. RGB value is (148,55,189). Sum of RGB (Red+Green+Blue) = 148+55+189=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #9437BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9437BD is #6BC842. Grayscale: #616161. Windows color (decimal): -7063619 or 12400532. OLE color: 12400532.

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

Color convert

RGB 148 55 189 -
CMYK 0.22 0.71 0 0.26
HSL 281.64º 0.55% 0.48% -
HSV(B) 281.64º 0.71% 0.74% -
XYZ 22.76 12.7 49.4 -
YUV 98.08 179.31 163.6 -
System Red Green Blue C M Y K H S L
Decimal 148 55 189 0.22 0.71 0 0.26 281.64 0.55 0.48
Hex 94 37 BD 16 47 0 1A 11A 37 30
Octal 224 67 275 26 107 0 32 432 67 60
Binary 10010100 110111 10111101 10110 1000111 0 11010 100011010 110111 110000

Color Harmonies of #9437BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9437BD

Black with #9437BD

Text Example


Text Example

White with #9437BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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