Html Css Color HEX #9417BC Dark Orchid

📋 copy color: '#9417BC'

red 148 ◦ green 23 ◦ blue 188

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

Shades of Dark Orchid #9417BC

Tints of Dark Orchid #9417BC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.41%

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 41.23%
G = 6.41%
B = 52.37%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9417BC (or 0x9417BC) is known color: Dark Orchid. HEX triplet: 94, 17 and BC. RGB value is (148,23,188). Sum of RGB (Red+Green+Blue) = 148+23+188=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #9417BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9417BC is #6BE843. Grayscale: #4E4E4E. Windows color (decimal): -7071812 or 12326804. OLE color: 12326804.

HSL color Cylindrical-coordinate representation of color #9417BC: hue angle of 285.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9417BC is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 23 188 -
CMYK 0.21 0.88 0 0.26
HSL 285.45º 0.78% 0.41% -
HSV(B) 285.45º 0.88% 0.74% -
XYZ 21.6 10.54 48.47 -
YUV 79.19 189.41 177.08 -
System Red Green Blue C M Y K H S L
Decimal 148 23 188 0.21 0.88 0 0.26 285.45 0.78 0.41
Hex 94 17 BC 15 58 0 1A 11D 4E 29
Octal 224 27 274 25 130 0 32 435 116 51
Binary 10010100 10111 10111100 10101 1011000 0 11010 100011101 1001110 101001

Color Harmonies of #9417BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9417BC

Black with #9417BC

Text Example


Text Example

White with #9417BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9417BC; }

 p { color: rgb(148,23,188); }

 H1.HeaderClassName
 {
   color: #9417BC;
 }
 .AnyTagClassName
 {
   color: #9417BC;
 }
</style>

background-color css

<style>
 a { background-color: #9417BC; }

 a { background-color: rgb(148,23,188); }

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

border-color css

<style>
 span { border-color: #9417BC; }

 span { border-color: rgb(148,23,188); }

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