Html Css Color HEX #9446CB Dark Orchid

📋 copy color: '#9446CB'

red 148 ◦ green 70 ◦ blue 203

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

Shades of Dark Orchid #9446CB

Tints of Dark Orchid #9446CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.63%

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

R = 35.15%
G = 16.63%
B = 48.22%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9446CB (or 0x9446CB) is known color: Dark Orchid. HEX triplet: 94, 46 and CB. RGB value is (148,70,203). Sum of RGB (Red+Green+Blue) = 148+70+203=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #9446CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9446CB is #6BB934. Grayscale: #6C6C6C. Windows color (decimal): -7059765 or 13321876. OLE color: 13321876.

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

Color convert

RGB 148 70 203 -
CMYK 0.27 0.66 0 0.20
HSL 275.19º 0.56% 0.54% -
HSV(B) 275.19º 0.66% 0.8% -
XYZ 25.18 14.99 58.07 -
YUV 108.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 148 70 203 0.27 0.66 0 0.20 275.19 0.56 0.54
Hex 94 46 CB 1B 42 0 14 113 38 36
Octal 224 106 313 33 102 0 24 423 70 66
Binary 10010100 1000110 11001011 11011 1000010 0 10100 100010011 111000 110110

Color Harmonies of #9446CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9446CB

Black with #9446CB

Text Example


Text Example

White with #9446CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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