Html Css Color HEX #9447CB Dark Orchid

📋 copy color: '#9447CB'

red 148 ◦ green 71 ◦ blue 203

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

Shades of Dark Orchid #9447CB

Tints of Dark Orchid #9447CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.82%

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 35.07%
G = 16.82%
B = 48.1%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9447CB (or 0x9447CB) is known color: Dark Orchid. HEX triplet: 94, 47 and CB. RGB value is (148,71,203). Sum of RGB (Red+Green+Blue) = 148+71+203=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #9447CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9447CB is #6BB834. Grayscale: #6C6C6C. Windows color (decimal): -7059509 or 13322132. OLE color: 13322132.

HSL color Cylindrical-coordinate representation of color #9447CB: hue angle of 275º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9447CB is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 71 203 -
CMYK 0.27 0.65 0 0.20
HSL 275º 0.56% 0.54% -
HSV(B) 275º 0.65% 0.8% -
XYZ 25.25 15.11 58.09 -
YUV 109.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 148 71 203 0.27 0.65 0 0.20 275 0.56 0.54
Hex 94 47 CB 1B 41 0 14 113 38 36
Octal 224 107 313 33 101 0 24 423 70 66
Binary 10010100 1000111 11001011 11011 1000001 0 10100 100010011 111000 110110

Color Harmonies of #9447CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9447CB

Black with #9447CB

Text Example


Text Example

White with #9447CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9447CB; }

 p { color: rgb(148,71,203); }

 H1.HeaderClassName
 {
   color: #9447CB;
 }
 .AnyTagClassName
 {
   color: #9447CB;
 }
</style>

background-color css

<style>
 a { background-color: #9447CB; }

 a { background-color: rgb(148,71,203); }

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

border-color css

<style>
 span { border-color: #9447CB; }

 span { border-color: rgb(148,71,203); }

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