Html Css Color HEX #9427BB Dark Orchid

📋 copy color: '#9427BB'

red 148 ◦ green 39 ◦ blue 187

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

Shades of Dark Orchid #9427BB

Tints of Dark Orchid #9427BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.43%

 BLUE value IS 187 (73.44% from 255) = 50%

R = 39.57%
G = 10.43%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9427BB (or 0x9427BB) is known color: Dark Orchid. HEX triplet: 94, 27 and BB. RGB value is (148,39,187). Sum of RGB (Red+Green+Blue) = 148+39+187=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #9427BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9427BB is #6BD844. Grayscale: #575757. Windows color (decimal): -7067717 or 12265364. OLE color: 12265364.

HSL color Cylindrical-coordinate representation of color #9427BB: hue angle of 284.19º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9427BB is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 39 187 -
CMYK 0.21 0.79 0 0.27
HSL 284.19º 0.65% 0.44% -
HSV(B) 284.19º 0.79% 0.73% -
XYZ 21.91 11.33 48.05 -
YUV 88.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 148 39 187 0.21 0.79 0 0.27 284.19 0.65 0.44
Hex 94 27 BB 15 4F 0 1B 11C 41 2C
Octal 224 47 273 25 117 0 33 434 101 54
Binary 10010100 100111 10111011 10101 1001111 0 11011 100011100 1000001 101100

Color Harmonies of #9427BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9427BB

Black with #9427BB

Text Example


Text Example

White with #9427BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9427BB; }

 p { color: rgb(148,39,187); }

 H1.HeaderClassName
 {
   color: #9427BB;
 }
 .AnyTagClassName
 {
   color: #9427BB;
 }
</style>

background-color css

<style>
 a { background-color: #9427BB; }

 a { background-color: rgb(148,39,187); }

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

border-color css

<style>
 span { border-color: #9427BB; }

 span { border-color: rgb(148,39,187); }

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